Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Why does this recursive pthread_create call result in data race?

c pthreads

Within a python script, check syntactic correctness of C code in str format

python c clang llvm

How do you tell Frama-C and Eva that an entry point's parameters are assumed valid?

c frama-c acsl

executing the content of a string in c [duplicate]

proper use of scanf in a while loop to validate input

Comparison of string

c recursion

Problems including header file from different directory [not a path issue]