Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

sound() and nosound() function of C in Linux?

c linux audio

Android NDK compiler openssl occur error [closed]

android c++ c

Any way to detect SparcWorks on SunOS?

Why there is no errors while multiplying floating point numbers?

c floating-point

Meaning of __real, __imp, __xmm symbols in MSVC-generated symbol tables

c windows visual-c++

CMake link static library error, while with NDK works fine

android c++ c android-ndk cmake

Waitpid blocks forever

c linux posix wait waitpid

String Incrementing Function in C

c c-strings

How does the hashlife alg go on forever in Golly?

keeping track of how much memory malloc has allocated

c malloc char

whats the difference of type cast in the C language between two code

c casting

How to get file modification time in c under multiple OS?

c file datetime portability

Segmentation fault when adding to a prefix tree

How do I generate all permutations of a list of numbers?

c arrays permutation

Allocating through a pointer to a pointer parameter

Reversing CRC32(a)

How to determine C interoperability with Arrays

how to convert string to hexadecimal?

c

Status bar control not resizing properly when using XP Visual Styles manifest

c++ c winapi

Why is a pointer to a pointer to a function 8 byte?

c function pointers