Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Design of a linked list implementation in C

c data-structures

Can I make gcc ignore static libraries when linking shared libraries?

c gcc linker shared-libraries

Keys not being interpreted by ncurses

c unix terminal ncurses curses

OpenMPI 1.4.3 mpirun hostfile error

c mpi centos5 openmpi

Per-thread hashtable-like data structure implementation in CUDA

c cuda parallel-processing

Correct strtod implementation?

c floating-point strtod

What does the error VgTs_WaitSys mean in Valgrind?

c multithreading valgrind

How do I make a beep function using SDL?

c audio sdl

Help in a DP problem

c algorithm dynamic intervals

_fullpath vs GetFullPathName

c winapi

Posix Timer periodically skips ahead half of its period

c linux timer posix

most efficient malloc implementation for many small allocations?

c++ c malloc

Arduino (Uno) Ethernet client connection fails after many client prints

c arduino avr avr-gcc

How to scan a file of data and print a value to the screen when a number first exceeds a set number

c scanf

An OpenSSL wrapper that mimics socket.h (C++)

c++ c sockets ssl openssl

How can i get the application code created by gst-launch or gstreamer pipeline editor?

c linux multimedia gstreamer

In C++ use a C bitmask (anonymous enum) exposed by iOS native library [closed]

Compiling 32-bit GTK+ Applications of 64 bit Linux

c linux linker 32bit-64bit gtk

Erlang NIF Test -- OS X Lion

c gcc erlang erlang-nif

Using a C string like a FILE*

c file-pointer