Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Shared libraries and language standards

c++ c shared-libraries

Please help me understand this bit-wise manipulation of pointer values

c++ c bit-manipulation

malloc-ating multidimensional array in function

getaddrinfo error: ai_socktype not supported

Why isn't my wrapper around setenv() working?

c setenv

GLib Hash Table Loop Problem

c hashtable glib

How to get IP address programmatically on Debian based system?

c ip-address debian

Are indexes easier to vectorize than pointers?

How can I increase the available memory for a process on Windows Mobile?

c++ c winapi windows-mobile

Is typecasting a unary operation?

c

Recursive C void function and return keyword

c recursion return void

How to check support compile flag in autoconf for clang

c++ c clang clang++ autoconf

When to actually use dlopen()? Does dlopen() means dynamic loading?

Clever ways of implementing different data structures in C & data structures that should be used more often

c data-structures

Unit testing involving C free()

c malloc free

What are high performance alternatives to LMAX disruptor queues?

stealing two bits from a pointer in c [closed]

c pointers bit-manipulation

Why Intel Kernel Builder for OpenCL tell me that my kernel was not vectorized?

c linux opencl intel

Pointer to array of functions in C