Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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]

need help finding why a for loop's counter variable is being altered by a function inside the loop

c for-loop

Will the prototype of a[1][2] be this: int **a?

c

void swap(int *a, int *b) not working with array

c arrays pointers swap

deleting a record in binary mode without creating a temp file (C file I/O)

c file-handling

Is this a standard feature in C [duplicate]

c language-lawyer