Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to ignore bits in a variable [closed]

c bit bit-masks

Efficient way to add two float arrays in C?

c performance audio

Are intmax_t max and min values unique?

c

How to suppress PC-Lint Note 970 for int main(void) function?

c c99 misra ansi-c pc-lint

Address sanitizer and __attribute(section("mysection")) failing

c clang address-sanitizer

How to set fifo permissions so that file can be created

c linux

Why is char different from *both* signed char and unsigned char?

Different behaviour between scalar and parallel code

O_DIRECT flag for files

c++ c database linux

Can Someone Explain what this Means? void (*func)();

How to sanitize database inputs in C or Objective-C?

MPI_Scatter - sending columns of 2D array

c mpi

Cache in C accessed via JNI

How to convert C uint64_t to Cgo consistently across OS?

c go cgo

Errors with gnuplot after execution

c gnuplot

Zeroing an Unusual Array

c designated-initializer

How can I make a c function that can receive different types of parameters?

c arrays pointers malloc realloc

how to convert IP address in char[] to Uint32_t in c?

c

Non Null-terminated value causing StrCmp to return 0?

c buffer-overflow strcmp