Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

returning a typedef struct in a method in C

c unix

Why does this swap work and the other doesn't

c arrays pointers

gcc undefined reference to dbus_*

c gcc

tempWord[0]='\0' Does not reset String somehow

c string

C singly linked list Seg fault with gcc but not dcc

c

Defining main in shared library on OSX

Why does -O to gcc cause "stat" to resolve?

c linux shared-libraries glibc

Printf with carriage return

c terminal

pointer to char array C++

c++ c arrays pointers

Does OS reclaim memory on application exit in C? [duplicate]

c memory-management

Proper length passed to fgets

arrays c char c-strings fgets

How to use DEBUG macro with cmake?

c++ c cmake

How can I handle string if null character in the middle of string?

copying array vs copying int cost and performance in c

Building nested Autotools Package without Installing

c linux gcc autotools autoconf

Is there a source code documentation generator for C / C++ like docco? [closed]

String Concatenation using a variadic function in C

chunks interleaved in pipe for multiple writers?

c linux unix linux-kernel

I can't use sizeof(struct hsearch_data) from <search.h>

c search hashtable sizeof