Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to go about doing something every fourth loop as well as every other loop?

c loops modulus

Compare 2 struct tm on multiplatform

c linux windows linux-kernel

qsort() and casting operation

c pointers struct casting qsort

"Array Subscript is not an integer" c

c

ignore extra spaces when using fgets

c fgets

STM32F207 I2C test failing

Inclusion cycles in C header files

c include header

C - execl(): can't execute file located in another directory

How do I check if a file is executable using ANSI C?

Why do we have to cast an array to type[] when initialising a pointer?

arrays c pointers

Why a globle pointer can't re-point to another object, but a local pointer can?

c pointers

C http server programming

What's wrong with this example with string literal?

c string increment

C base conversion from decimal to ternary

c string algorithm math

Can zeroisation of memory by xor-ing data with itself be optimized away in C?

c memory cryptography xor

How to implement wrapping signed int addition in C

c integer integer-overflow

What argument type does sscanf expect for a character class?

c scanf

Cachegrind output interpretation

What's the difference between pthread_setschedparam and sched_setscheduler?

c++ c linux posix