Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pointer in a function "expected expression before = token"

c pointers c-preprocessor

Why C allows uninitialized local variables?

declare a C function as friend inside CPP class

c++ c

while(foo) vs while(foo != NULL)

c while-loop

Datatype of pthread_t in pthreads?

c pthreads 64-bit

Is this code vulnerable to buffer overflow?

c overflow buffer-overflow

How can a single sqrt() runs twice slower than when it was put in a for loop

Code obfuscation do not understand

c

Writing API: what a handle should be

c api design-patterns handle

Initialization of Class using malloc()

c++ c lua malloc new-operator

Typedef struct unknown type name [closed]

c struct header typedef

C memory allocation and deallocation

c memory-management

C lookup string by value

c

pointer to pointer, I am lost

c

How to translate pem public key into openssl RSA* structure

Difference between fflush(stdin) and flushstdin()

c stdin fflush

Portable support for large files

c++ c large-files

Do I need to memset a C struct in Swift?

c swift struct memset

malloc and heap: extra memory for storing the size and linked list information?

c++ c memory malloc heap-memory

How to check Type of structure in C

c