Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Visual Studio plugin to find out which files are being included implicitly

c++ c visual-studio-2008

VS2008 Missing C/C++ Header Files

function getting wrong values

c visual-studio-2010

pipe system call

c ssh posix pipe

Why "kill -15" fails sometimes?

Perl alarm() equivalent in C?

c linux perl alarm

What is the effect of a `section` command with an empty list of input sections in a GNU linker script?

c gcc gnu ld linker-scripts

Vim auto-completion for C++'s #include clause

c++ c vim

Undefined symbols in .so after compiling despite supplying libs

c linux gcc shared-libraries

Is there a portable way in standard C++ to retrieve hostname?

c++ c linux windows

why addresses of elements in the stack are reversed in ubuntu64?

link to external library with g++

c++ c gcc g++

How do strings work in C?

c string c99 ansi-c

Do a union or struct permit assignment from an uninitialised instance?

c language-lawyer

why do parenthesis around braces enable preprocessor macro return values

c c-preprocessor

Why are normal C-array indices signed while stl indices are unsigned?

c++ c indexing stl

Suggestions about managing hardware-dependent configurations in C using separate files? [closed]

c build configuration embedded

C: scanf("%d", ...) with the input only a minus sign [duplicate]

c scanf