Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Printing '%' with printf in C/C++ [duplicate]

c printf

Smashing a stack: Why is this code working?

c stack buffer-overflow

Storing hexadecimal number in char

c

Compile-time check for existence of an enum member

c gcc clang

In the context of “encapsulation”, what is meant by the phrase “protecting objects from unwanted accesses by a client”

c encapsulation

Is IEEE-754 representation used in C?

c floating-point ieee-754

Assignment in ternary operator

c conditional-operator

draw graph of the function in C graphics

c bgi

C I2C code to read sensor data from MPU9150 not working

c embedded sensors i2c firmware

Same memory address for different processes

Code::Blocks does not recognise double identifier (%lf) in a simple C program

c printf double scanf codeblocks

Calculating the allocation needs for malloc(): should code use row*col*sizeof or sizeof*row*col?

concatenate all argv values to one string using snprintf in C

Derivate of function in c

c function

shm_open() leads to a No such file or directory

multiplying an integer by 5 using bitwise operator

c bitwise-operators

sscanf() double & string

c

how to scanf unknown amount of integer numbers into array in C?

c arrays integer

How to wait for 30 hours?

c winapi

What does this expression: void* (*fct)(void*(*)(void*), void*)?

c pthreads