Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Initializing an array of struct in one line? (in C)

c struct initializing

how do I implement a Variadic noop in C with evaluation

c macros c-preprocessor

Does the array “sum and/or sub” to `x`?

Marshalling of C Struct as return value of C# delegate

c# .net c interop marshalling

C: Handle undefined symbols in shared object

c gcc dlopen undefined-symbol