Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

Why does `wprintf` replace non-ASCII characters with question mark `?` characters?

c unicode utf-16

ltrace printf() but shows puts()

c

What do these strange macro definitions mean (and are they even correct?)

c macros c-preprocessor

Is it possible to pass char[][] to a function requesting char**?

c++ c arrays pointers char

Defining a C function that takes a 2D array with variables for dimension sizes

Why are more x86 instructions faster than less? [duplicate]

c assembly optimization x86

C programming output doesn't match with logic (maybe Type Casting)

c casting

Does the compiler reserve memory for the biggest block of code or all blocks in C?

c memory memory-management

Random characters printed after printing 'result'