Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to print decreasing odd numbers starting from scanf input integer in C?

c while-loop

Is difference between two pointers pointing to the same deallocated array well-defined in C?

C language syntax: if { ... } while(0);

c

Do different versions of compilers (e.g GCC) generate different performance?

Returning an array of variable size in c from a function

c function

Why two identical pointers do not compare equal with -O1? [duplicate]

what does using typedef mean when used without an existing definition

c typedef

Tools using function names in the first column

c coding-style

getaddrinfo addrinfo result in stack or heap

How to safely close a large c application in linux?

Remove all non alphabet characters from a string in C -- possible compiler issue

c alphabet string.h

C "error: longjmp causes uninitialized stackframe" when using longjmp

c memory setjmp

bss section end address is less than start address

What is the proper way to use clock_gettime()?

c time.h

Trailing padding in C/C++ in nested structures - is it neccesary?

Is strict aliasing one-way?

BSS vs DATA segment in memory

c memory embedded

Is it possible to "grab"/"scrape" the .Call() output of C printf() within R (or with Rprintf())?

c r string

How to convert an Integer to LARGE_INTEGER

c windows winapi timer driver

Does arm-none-eabi-gcc produce slower code than Keil uVision

c gcc arm stm32