Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Check scanf(..) success without using the number of fields — is there a way?

c scanf

How to disable possible stack smashing protection (EIP is not being overwritten, EBP is)

Explanation on dup syscall

c linux unix

Getting return value of external program [duplicate]

c exec

Difference between Objective-C primitive numbers

how to program window to close with escape key

c gtk

ARM + gcc: don't use one big .rodata section

c gcc arm inline lto

More filter arguments with execlp

c shell

Manipulating process name and arguments by way of argv

c linux argv procfs

c which include contains function

c include

Multithreading in c. Mutexes

c linux multithreading mutex

Can MSVC with link-time codegen optimize across C and C++?

c++ c visual-c++

OpenGL on Windows 95

c opengl windows-95

Using C Bitwise Operators in a Referendum - Homework

c bitwise-operators

Silly question about arrays in c and/or c++

c++ c performance

Is there a way to work out all the required dependencies but without doing "./configure" - C

c++ c autotools gnu-make

Shortest example to use templating function in C?

c syntax

What does the string format %80[^,] mean in C?

c string-formatting scanf