Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compiling AVX2 program on Mavericks

c++ c gcc avx avx2

pthread creation not working properly

c pthreads

C "double to num" conversion code: why is it written like this?

Efficient overflow-immune arithmetic mean in C/C++

Assignment to un-initialised Integer Pointer

How to fix Bad Pointers in C

c pointers

Annotating intentional infinite loop to satisfy "-fanalyzer"

c++ c static-analysis

Can't figure out why this trimming function won't work correctly

c gcc gcc4

How to set up openMP

How stream buffer is implemented in C?

c io

C - do/while loop and switch(int). Typing a char value causes inf. loop

c

Cons Cell data structure in C

How to trigger a process from another process in Linux?

c linux process ipc

Strange results in multiprocess signal handling program

c signals multiprocess

core audio: how can one packet = one byte when clearly one packet = 4 bytes

How cast array[4] to array[2][2]?

c arrays casting

Finding and counting uppercase and lowercase chars

Unable to spawn a shell using gdb

c++ c bash gdb

makefile works with cygwin on windows but not ubuntu

c gcc makefile cross-platform