Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Why does bit shifting with a large amount work in C?

double pointers and 2d arrays in c

c arrays pointers double 2d

how to know clock cycles, overall performance, etc... of program?

Sort repeating numbers

c sorting

Segmentation fault when converting char * to char **

c valgrind

-lm doesnt work unless it's at the end of the command [duplicate]

c gcc math.h