Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

FREETDS Dateformat issues

c sql-server freetds sqsh

What's the purpose of send(2) receiving a SIGPIPE? [duplicate]

c linux sockets

What's wrong with this c program? Debugging it suggests that the program is struck at while (sqroot != 0); [duplicate]

c math integer-arithmetic

Will a pointer declaration to a structure allocate memory for its members?

c pointers

how to split 16-value into two 8-bit values in C

c binary bit-manipulation

How to do unit testing of main file's function in c

c gcc

Logic of ternary operator in C?

c algorithm encryption aes

Why one should not hide a structure implementation that way?

c++ c

sizeof() function in C [duplicate]

c arrays pointers

C pthread join an ended thread

c join pthreads pthread-join