Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

freopen: reverting back to original stream

c++ c stdio

Waiting until a file is available for reading with Win32

c winapi file-io synchronous

Web interface for c++ applications

c++ c user-interface qt

Fast implementation/approximation of pow() function in C/C++

c++ c math gcc numeric

breaking out from socket select

c++ c sockets

c union and bitfields

c bit-fields unions

expand an IPv6 address so I can print it to stdout

c linux ipv6

How to generate a boolean with p probability using C rand() function?

c random

How to set a fixed windows size for a GTK+ app in C?

c gtk

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

Is there any way a C/C++ compiler can inline a C-Callback Function?

A curious string copy function in C

c optimization nginx memcpy

What is best, a Single-threaded or a multi-threaded server?

c linux network-programming

File locks for linux

c linux file locking

Putting a for loop in a CUDA Kernel

c++ c cuda

C: gcc implicitly converts signed char to unsigned char and vice versa?

c gcc types

What is an automatic variable in this setjmp/longjmp context?

c unix

Parallelize while loop with OpenMP

Reading shared data inside a signal handler

Does mmap with MAP_NORESERVE reserve physical memory?

c linux gcc x86-64 mmap