Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why read() from stdin stops on newline?

c linux posix

Why does the revised version of the “Hello, world!” program from the book Effective C works using `printf`?

c printf puts

Undefined References to _imp____glew* functions with minGW gcc

memset() not setting memory in c

c memset

Different results in OS Windows and Linux

c++ c linux windows double

Using C unions to "reserve" space in data - reasonable?

c embedded storage unions

How to validate JSON Schema in Objective-C?

Counting no of matrices with exactly n/2 zeros and n/2 ones in each row and each column for a given n

Why does my homespun sizeof operator need a char* cast?

c

Gcc Inline ASM input variable

c gcc assembly inline-assembly

How do I determine what functions are being called in a binary?

understanding a typedef in c [duplicate]

c typedef

About printf format string in C

c printf format-specifiers

Items and Subitems in List-View control

c winapi

Reading the linux utmp file without using fopen() and fread()

c linux file

System call stat() converted to stat64() without any cpp option

c linux gcc gnu libc

Using the sizeof operator with very large objects

c sizeof

Returning structure pointer

c