Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Unexpected error in double linked list in C

Count number of variadic arguments in macro function

c++ c macros

Unaligned issue about ether_addr_equal function?

Calling a C, C++ program from Java

java c++ c

How do I use putchar to "squeeze" characters (Ansi-C)

c

Why am I getting junk characters when I concat a string?

c

About RISC-V compilers? [closed]

c toolchain riscv

Secure gcc optimization options for numerics

c gcc optimization numeric

Reading a file in C with File Descriptor

c file file-descriptor

How to reverse engineer struct details from C source and asm output?

c linux gcc assembly

Whitespace before %c specification in the format specifier of scanf function in C

"Memory allocated with calloc must be freed all at once"?

Problems with doubles in c

c double trigonometry

Why do I need to ensure that format in fprintf_s is not a user-defined string?

c printf

Why do we need header files in C when we can use 'extern' identifiers?

c compilation linker header

If one can choose to fwrite() 100 1 bytes, or 1 100 bytes, which approach should be prefered?

c

Aligned vs. Packed attributes

How to avoid 'possibly lost' memory when using calloc to allocate memory for char array in C

c memory valgrind calloc

How can two processes which bind on the same port receive the same message?