Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Pointer best practice

c pointers

How can I call (not define) a function with a variable number of arguments in C?

c function arguments

Get current user's last logon

c windows authentication

Find first unset bit in buffer (optimization)

file descriptor polling

c linux unix polling

I don't understand the following C code line

leak detected using valgrind when using fopen

c valgrind

Why does popen() only work once?

c macos popen

Type casting, c language problem

c casting