Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Portable way to catch signals and report problem to the user

c++ c posix signals reentrancy

Initializing struct, using an array

c++ c parsing

Code Ordering in Source Files - Forward Declarations vs "Don't Repeat Yourself"? [closed]

c coding-style

Which is better code for converting BSTR parameters to ANSI in C/C++?

c++ c string cstring bstr

Library initialization -- pthread_once in Win32 implementation

c winapi initialization

how to pass int/char into system() a Linux system call

c linux parameter-passing

Smart variadic expansion based on format string

c string tokenize variadic

How to prevent network ports being left open on program crash

Header files in subdirectories (e.g. gtk/gtk.h vs gtk-2.0/gtk/gtk.h)

c linux build include header

Two C syntax tidbits: no init for and char *w[4] vs char w[4]

c syntax

default argument value in C

c

mqueue.h not found

What does this notation mean in C?

c pointers

C Programming: EOF as a character

c char eof

How to eject the CD Drive on Linux using C?

c linux

How to make gcc or ld report undefined symbols but not fail?

c++ c gcc linker

Can a variable be used to define the size of an array on the stack in c?

c arrays

Why can't compiler derive string length for array of strings?

Overflow over scanf("%8s", string)?

c scanf buffer-overflow

What does this mean: (void *) 0x00

c