Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to find the menu item (if any) which opens a given HMENU when activated?

c++ c mfc winapi menu

Packet socket in promiscuous mode only receiving local traffic

A C preprocessor macro to pack bitfields into a byte?

Eclipse CDT with Cygwin GCC: automatic discovery of symbols and paths

c++ c eclipse cygwin eclipse-cdt

Alternatives to GCC's new atomic integer operations

c atomic ref operations counting

How to read vfat attributes of files in Linux using C

c linux

How to subtract one audio wave from another?

c# c++ c aec

Converting string containing localtime into UTC in C

c datetime parsing date utc

C/C++ Copy file with automatic recursive folder/directory creation

c++ c winapi file-io

How can I set options in SConstruct for C compiler depending on compiler type?

How to get the name and value of attributes from xml when using libxml2 sax parser?

iphone c objective-c xml libxml2

enum string comparison

c objective-c

What happens to other thread when one thread get blocked?

c multithreading

C: creating array of strings from delimited source string

c arrays strtok

How to get the uncompressed size of an LZMA2 file (.xz / liblzma)

c size lzma xz

C format specifier

c format-specifiers

c pointer to array of structs

c arrays pointers struct

What does—or did—"volatile void function( ... )" do?

c function aes volatile void

Is it legal to call memcpy with zero length on a pointer just past the end of an array?

Pass va_list or pointer to va_list?

c