Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Comparing values pointed at by void pointers in C

c pointers void-pointers

Is there a difference between initialiazing variables and pointers with NULL or 0?

Can I reuse request objects?

c mpi

Using fgets and strtol to get a single integer

c

setxattr fails with Operation not supported

c linux

unsigned long long to string convert

c

Can I use a single "pthread_mutexattr_t" attribute to initialize two different mutexes?

c pthreads mutex x86-64 suse

C code optimization using #pragma GCC optimize

c optimization gcc

Preprocessor message containing macro

How to debug C-shared library (written in Go) - it hangs on net call

Call C++ functions containing STL data types from C

c++ c gcc

Writing synchronously to a file opened with FILE_FLAG_OVERLAPPED

Difference between a static and dynamic array

c++ c gcc icc

Visual studio gives a Buffer overrun warning when overrun can't actually ever happen

Questions about "gcc: unrecognized option `-rdynamic'"

c gcc solaris

Best suited data-structure for prefix based searches

Are basic data types in C mutable or immutable by default?

c variables types

Why is my file pointer causing an undefined symbol error?

c