Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Using (+ve integer) + "some string " in printf? [duplicate]

What's the difference between long unsigned int and unsigned long int [duplicate]

c types syntax

How to read empty string in C

c

Using stdint.h and ANSI printf?

c types printf

Does "opening a file" mean loading it completely into memory?

c objective-c

int main(); C - java equivalent

reading a file that doesn't exist

c unix system-calls

linker error in C2HS generated C binding

c haskell ffi c2hs

Getting incorrect output when I implement merge sort with threads, can't figure out what's wrong

Why is my Gauss-Seidel function slightly off?

Why assigning an array to a matrix is illegal? [duplicate]

c arrays matrix

apache modules ap_log_perror is at a different level than ap_log_error

c logging apache-modules

C Returning string array

c arrays

Why is my application not able to reach core i7 920 peak FP performance

c intel sse

Why a for(;;){} doesn't crash my computer anymore?

c for-loop infinite-loop

Reading a directory file in C

c linux unix filesystems

Is freeing an allocated pointer with a null value necessary?

c memory memory-leaks

Multi Threading - Peterson's algorithm not working

c++ c multithreading algorithm