Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Floats division give different results

c

Memory allocation for pointer to an array in c?

How to expand & stringify such macro?

c++ c macros

Why is the size of my string changing? (C)

Would linux tell me if there was a stack overflow?

Are signed, unsigned, long and short all valid types in all versions of C and C++?

c++ c language-lawyer

Mount a network drive in linux using c++

c++ c linux mount

How to get rid of emscripten logo and console while only having a canvas?

Using qsort() to sort an array of ints and swap strings

c sorting qsort

Unable to build WDK 10 samples with VC2015 without modifying Windows headers

POSIX way to do O_DIRECT?

c linux file-io io posix

RSA_private_encrypt always fails

c openssl rsa

macro definition function

c

Subtracting a value from a typedef in C?

c winapi

Alternative to this switch statement in C

c switch-statement

Why does CreateWindow in 64-bit Visual Studio C destroy itself on creation?

c visual-studio winapi

Expand macro to no code: "do {} while (0)" or "while (0) {}"

c while-loop macros do-while

Why is calculation using float variable different from what I think?

c

A weird C string and NSString comparison issue