Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pointer to function vs global variable

printing the integral part of a floating point number

Efficient way to write results to file during the computational experiment

c++ c performance file file-io

What does "point" mean here?

c

Freeing memory of used data leads to Segmentation Fault

c pointers hashtable resize

How does this code work to Find the next highest power of 2 for any given number

Why use fopen() mode 'b' (stdio.h) when output can be non-ASCII regardless?

c stdio

C understanding valgrind, stack smashing error

c stack-overflow valgrind

OpenSSL AES_set_encrypt_key differing depending on compilation target

c openssl aes

creating and accessing fortran dynamic array in c function

Semaphores remain open after application exits

c linux posix semaphore

Arranging coordinates into clockwise order

Are void* pointer and pointer to some structure (layout-) compatible?

c++ c

Does the C standard consider that there are one or two 'struct uperms_entry' types in this header?

c c99

How to read special characters (punctuation marks, hypens, colons) using scanf function?

fork() outputs after the process execution is over

c fork

Is there any faster writing method than fseek and fwrite?

c++ c visual-c++

Decoding a proprietary H.264 network video stream?

C parser recursion

c recursion lisp

How to free a malloc'ed char* returned with SWIG

python c swig