Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Number of elements in const char * array

c++ c pointers size sizeof

how to get date and time in the format 2013-01-11 23:34:21?

c unix

C code for converting decimal to any base (from 2 to 36)

c base-conversion

Stopping gdb while loop when receiving signal

c debugging gdb

warning when strlen is used on unsigned char array and signed char array

define a macro symbol to itself [duplicate]

c linux-kernel

Controlling Forks in C

c tree fork

How to efficiently merge two hashes in Ruby C API?

c ruby ruby-c-extension

enum in bitfield - ANSI C

c enums bit-fields

Implementing realloc in CUDA without moving data

c++ c cuda

How to tell, what "exceptional condition" caused select() to react to errorfds?

Memory barriers for critical sections in Cortex-M4F MCU startup

Problems with limiting a string length in C

c scanf c-strings

If a C function is called twice will it create a variable declared in the function twice? [duplicate]

Is there a way to use <X11/Xlib.h> and <X11/keysym.h> with MinGW?

c cygwin mingw32

Enable incoming connections from specified IP-address only

c++ c linux sockets