Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C linking stage generates no warning

c linux gcc linker

Saving .bmp file using hBitmap = CreateDIBSection() in C Win32 [duplicate]

c file winapi save bmp

How do TCP state transitions occur?

c++ c tcp packet state-machine

Why does sizeof return different values for same string in C? [duplicate]

c string unix sizeof

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