Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Fibonacci wrong output? (C)

c algorithm fibonacci

How to implement mbtowc for android? (or, ideally, how not to?)

android c boost android-ndk arm

Divide by power of 2 resulting in float

Error when using wait() and fork() in c++

c++ c fork wait

Creating an atoi function

c function atoi

Retrieve elements of a CV_32FC3 CvMat?

c++ c opencv

PTHREAD_CANCEL_ASYNCHRONOUS Cancels the whole process

c multithreading pthreads

Strange NOOP convention?

c pebble-watch

Cross Compile or Compile Native for CPU Arch

c arm native cross-compiling

strtod with limited string length

c strtod

C side effects in gcc (prefix/postfix operator and precedence) [duplicate]

c gcc

Post-increment operator in C

c post-increment

How to write 0x00 into file

c cocoa posix stringstream

Compiler code generation comparisons

Explanation of converting from void* to int in c

c type-conversion

HTTP Persistent connection

c linux sockets http

Not sure why the compiler is complaining ... implicit declaration of function strchrnul

strtok_r causing "assignment makes pointer from integer without a cast"

Segmentation fault executing file writing using FILE pointer

c++ c file-io

Are C preprocessor statements a part of the C language?

c standards c99 c-preprocessor