Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

UDP - Read data from the queue in chunks

c sockets udp datagram

gcc disable AMD64 bulldozer/piledriver instructions

How to program so that different processes run on different CPU cores?

c linux multiprocessing

Parallelizing a for loop in Visual Studio 2010 (OpenMP)

Nvidia CUDA - passing struct by pointer

c cuda nvidia memcheck cuda-gdb

Initialise a structure of arrays of pointers to const strings

c gcc

C language alphanumeric check for bad chars

xcb_poll_for_event, how does this function returns an error?

c x11 xcb

Algorithm: Sort sequence of 0/1 using only comparisons

c++ c algorithm sorting

What is the most general way to list all the kernel tasks in a linux system?

What is the win32 equivalent for mac?

c macos cocoa winapi

Loadrunner Analysis: How can the 90th percentile be higher than the average?

What is the minimum buffer size for sprintf with %g?

c double printf

malloc results in segmentation fault after mprotect

-> Arrow operator with Arrays?

c arrays

Macro directives in C — my code example doesn't work

c macros c-preprocessor

What does the prefix L"..." stand for in GCC C without #including wchar?

c types

Tic-Tac-Toe: How to populate decision tree?

c tree minimax tic-tac-toe

Why do calls to scanf work like this? Is this in the standard?

c input stdin