Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Interop'ing between C# and an unmanaged C library

c# c interop marshalling

visual studio express complains missing ';' after type in c program

c

When char (*)[] was converted to char **, it cannot perform as expected

c pointers

Conditional Compilation in C for getting different versions of one function

Memory error in set resize

c memory-management

Print the longest word of a string

c

Toggle a given range of bits of an unsigned int in C

c bit-manipulation

Code for getting multiple words in a string from user [closed]

c++ c string

function pointer usage in c

c

The unary increment operator in pointer arithmetic

Embedding assembly in C with compiler finding registers for you

Redirecting input and output of a child process in C

Eclipse CDT can resolve macros and functions, but not structures or enums (Code browsing only)

c eclipse eclipse-cdt

Which of these answers are the equivalent of O_RDWR on Ubuntu 14.04 LTS?

c++ c linux unix

How to loop if statements in C

c++ c

best way to synchronize on single integer

c multithreading

Create a deck of cards with Faces and Suits using int Arrays

arrays c poker playing-cards

Dynamically setting pointer to int giving incorrect size

c struct malloc

Most efficient way to count a range of numbers without bias?