Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Best and easiest algorithm to search for a vertex on a Graph?

How to debug into internal c code of PHP?

php c debugging

Triggering Signal Handler For I/O

c linux

How does compiler use lib file?

c++ c compiler-construction

pthread and child process data sharing in C

C: evaluate part of the string

c string substring

Does it make sense to resize an Hash Table down? And When?

c resize hashtable load-factor

Declaring an array of character pointers (arg passing)

c

How to prevent users from inputting letters or numbers?

c scanf

C syntax or binary optimized syntax?

c syntax binary

SWT-like GUI toolkit for C or C++

from C to assembly

c eclipse assembly

Which has a better code base to learn from: nginx or lighttpd?

c nginx lighttpd

Checking for redundant included header files

c++ c

When converting to libtool automake and autoconf can't find libtool

types of buffers

c operating-system

Can scanf/sscanf deal with escaped characters?

c++ c

off_t without -D_FILE_OFFSET_BITS=64 on a file > 2GB

c file large-files

How to change Keyboard Layout (a X11 API solution)

c linux x11 keyboard-layout

File/folder layout for a large C++ project with multiple levels of inheritance

c++ c inheritance