Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can an operating system detect an out of range segmentation fault in C?

c++ c

Why does pthread_cond_signal not work?

c multithreading pthreads

2D array passing to a function

Dijkstra's algorithm (updating the heap)

c algorithm graph-algorithm

Locate the #define that breaks the compilation

c++ c gcc

Convert a long hex string in to int array with sscanf

c scanf

Confusion with Unions in C

c

Wait for all child process to exit

c unix pipe wait

How to get GPU temperature programmatically in OSX?

objective-c c macos gpu sensors

tempnam equivalent in C++

c++ c

Search linked list by substring and create a new linkedlist with all structs that contain the substring

c string linked-list

Segmentation fault with no parameters on main( )

c header argv argc

printf() formatting for hex uint32_t without missing zeros. (in c89)

c format hex printf

Overflow with product of ints

c overflow

Which Blowfish algorithm is the most 'correct'?

php c perl vb6 blowfish

Error in switch case, a label can only be part of a statement and a declaration is not a statement

c switch-statement

Identifier Enum is Undefined

c

When is the computation of casting executed?

c

Mystery with strcmp output - How strcmp actually compares the strings?

c string strcmp

what is the overflow tool in C language?

c++ c