Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does C struct have run-time identity?

c struct

FreeBSD: network interface information

c networking interface freebsd

Calling functions through arrays in C?

c arrays function

GtkBuilder ignores .ui file

c user-interface gtk glade

different programming language and calling convention

How I can get a cross compiler under Ubuntu for sparc target?

DT_DIR undefined

c c99 readdir

What values can I use in a C - string?

c

Sorting doubly linked list in c

Convert raw image buffer into JPEG using LIBAVCODEC

Trying to write 2GB to file, seeing incorrect amount being written

c file-io posix

C code parser to track function calls and variable accesses within a project (emacs compatibility would be nice)

c parsing emacs function-calls

clearing stdin buffer ?

c

automatically linking socket shared library in *nix

Picking random number between two points in C

c random

How to determine if mac SDK is *less* than

c macos

Address of (&) gives compiler generated address or loader generated address?

If array sizes can only be a constant value than what does char d_name[...] mean?

c linux arrays

C constants defined at link time

c performance constants

sleep() in ncurses application

c sleep ncurses