Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to initialize C structs with default values

Why does scanf parse "2E" but not "." (with GCC) as a "prefix of a matching input sequence" of a float?

Unexpected format string behavior

Difference in Increment-decrement operator in C and JAVA [duplicate]

Lexical Analysis [closed]

Unable to convert cython generated C language code to executable file

python c gcc cython

What are TCHAR strings and the 'A' or 'W' version of Win32 API functions? [duplicate]

c++ c visual-studio winapi tchar

confusion with data structure allignment?

c struct padding long-double

IF_NAMESIZE vs. IF_NAMESIZE+1

c network-programming posix

Remove letter accents from a given text

Getting "Syscall param execve(argv) points to unaddressable byte(s)" in valgrind

c valgrind

How is the locale of a C program set to the "C" locale?

c linux

Function body on heap

c memory heap-memory

Activating a Window on X11, why do I lose the title bar?

c linux gtk x11 xlib

Maximum size of stack of multi threaded process

GCC/Clang-18 compiler assumes type as unsigned int for enum

c gcc clang integer-promotion

Is it acceptable to pass a pointer as an argument for a double pointer in C?

arrays c pointers dereference

Why does read() in C read input in chunks when there's no user-level buffering?

c linux io posix