Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Yet another Memory Leak Issue (memory is still gone when program terminates)- C program on SLES

c memory-leaks malloc suse

Passing a char as an argument in c

accounting for memory consumption

c++ c linux

Why does this code cause a Floating point exception - SIGFPE