Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

what does a c compiler do when doesn't find the matching function

c function c99

Bresenham's circle algorithm

c bgi

What image formats are supported by Gdk-Pixbuf (Gtk-Image?) by Default?

How to hold the console open in C?

c console

array with constant size (global vs stack)

c gcc

Cheating Linux: executables and dependent libraries via LD_PRELOAD

c++ c linux bash

Can't prevent name mangling

How to lazy allocate zeroed memory?

c linux memory-management

How to modify a struct in a function and return to main?

c

Know if const qualifier is used

c constants

Will the stack of a C program ever shrink?

c stack

how to know which statement the running process is executing

c++ c process

How can i pass a string literal like ("~/test/foo") in mkdir function in C programming? [duplicate]

c arguments mkdir

"Replay" tcpdump file

How can I check whether this is directory-path or any filename-path?

c linux file directory

How to obtain direct access to raw HD data in C?

c filesystems hard-drive

Writing and reading the same fd without fsync in Linux

c linux fsync

Apple LLVM 3.0 compiler automatic cast from float to double

Non-prototyped function declarations

c

What will happen when seconds since epoch > LONG_MAX?

c time epoch time-t