Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

C to Delphi Translation

c delphi header

How to flip and reverse an int in C?

c bit-manipulation

Using GCC's function instrumentation, why does using C++ STL containers or stream I/O cause a segfault?

c++ c gcc instrumentation

Creating C substrings: looping with assignment operator VS strncopy, which is better?

Why programs compiled with certain compilers can be decompiled and other's (practically) can't? [closed]

java c++ c bytecode decompiling