Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there a standardized way to parse command line arguments in C?

c linux command-line posix

Can drand48() ever return 1?

c random posix

if-else condition in C

c if-statement

VS2010 C code - String pooling

How can I get how many bytes sscanf_s read in its last operation?

c scanf

Side effects of exit() without exiting?

c++ c

How does temporary storage work in C when a function returns?

c memory-management

C GPGMe ignore user keyring

c encryption gnupg gpgme

Making a shared data structure in c

c unix shared-memory

scanf doesn't return when pressing enter

c input buffer scanf

Checking presense of file using fopen in read mode does not given error for . or / filename

c linux file fopen

Why do allocated blocks in virtual memory vary so much from one run to the other?

Token string cuts off when inserting into 2d array in C

Atomicity of writing in a file with mmap?

c linux filesystems mmap

Strange behavior with string literals in C kernel

c kernel string-literals

arm-none-eabi-gcc: SECTIONS: unclear syntax *<archivename>.a:

c gcc arm linker-scripts

Eclipse IDE for C/C++, gcc can't find *.c document

c eclipse gcc

C/C++: "for" macro to track loops which are running many iterations

c++ c

time.h drop-in replacement : time_t for values (year < 1970) and (year > 2038) in ANSI-C or C99

c datetime

C++ xml parser with unicode support & without COM registration

c++ c xml xml-parsing