Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Object oriented programming in C [duplicate]

c oop c89

How to do the equivalent of "ulimit -n 400" from within C?

c linux unix glibc libc

Problem using Connect(), send(), recv, with UDP sockets

c++ c winsock2

How to do a backwards search to find the 2nd space/blank and replace it with another string?

iphone objective-c c regex xcode

Does char array contain string?

c string search char contains

Most effective way to store more booleans

Dangers of pointers

c pointers

Usage of fgets function in C

c shell unix fgets strlen

Should I trust that a short in C will be 2 bytes usually?

c int short

Bus error while running a simple string C program [duplicate]

c string strlen bus-error

Decoding and matching Chip 8 opcodes in C/C++

c++ c emulation decode opcode

How serious is the following Memory leak shown by Valgrind

c linux valgrind

Compilation warning for void ** and void *

c pointers

Confused with fork()

c fork

Reverse Linked List Recursively

c linked-list

How to use rand() to generate numbers in a range? [duplicate]

c random max min

How do I declare a function that returns a function pointer?

c function-pointers

Difference between int [] and int* as function arguments

Pthread and gcc compiling issue on OS X

Can one add values to a C enum once it has been created?

c enums