Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why must I cast the result from malloc?

c malloc

how to remove the following lint warning in C?

c loops lint

Understanding recursion in the beer bottle example

c recursion procedural

What does int (*ret)() = (int(*)())code mean?

c exploit shellcode

Address of function main() in C/C++

How can I start and stop a timer on STM32?

c timer stm32

check used stack size using core file

Does using index brackets for a pointer dereference it?

c++ c arrays pointers memory

Addition of every subset of two multiplied

c++ c algorithm math

What happens in the background of array initialization in c?

Bitwise operation in C to compare two integers

How can I automatically fold a long C code in Vim?

c vim folding

How could this C fragment be written more safely?

Compile different code on whether a function is available or not

What is the simplest way to write a timer in C/C++?

c++ c

Need an explanation of how pointers work when passing in as function args

c

C memory space and #defines

c read a file's permissions

c permissions

Is there a way to figure out the top callers of a C function?

Why is that data structures usually have a size of 2^n?

c data-structures size buffer