Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to properly read a file into an array?

arrays c string file-handling

How can I know how the exit() function work?

c linux

Is it possible to create a character array within a strcpy?

Find a strange expression that divides zero will not report an error in C language

c gcc

Initialize union with nested structs

c++ c unions porting

Implementation-independent floating-point/integer conversions

c++ c language-lawyer

What Is the "character" in string's definition?

c language-lawyer

How to generate random numbers between -1 and 1 in C? [duplicate]

Is it possible to do a HMAC with wincrypt?

c++ c winapi hmac cryptoapi

How to print the name of a variable with parameters?

c++ c

Is it wrong to define a macro for printf?

c

Can I make fgets() accept only letters?

c string validation fgets

OpenCL: type casting on GPU

c pointers opencl gpu

Can't "SaveDC" and "RestoreDC" function be used in different message processing code?

c winapi gdi

Warning while resizing integer array

c malloc

How to use select() for waiting ethernet interface state changes?

What is stack reallocation and when does it happen?

Convert 2 digit year to 4 digit year

c 2-digit-year

What is the size of pointers in C on PAE system?

return value is undefined in C

c