Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C structure that ends with an asterisk

c pointers struct

typedef function pointer recursive

c++ c

What is a 16 byte signed integer data type?"

c++ c types integer

Define a `static const` SIMD Variable within a `C` Function

Is writing then reading different union members undefined according to the C standard? [duplicate]

c language-lawyer

difference of pid_t and int in C [duplicate]

c types process

Do the first two arguments in exec* functions contain redundant information?

c linux

Is pointer to struct a pointer to its first member?

c pointers struct alignment

What would happen if "i = i++" was not considered undefined behavior? [closed]

c language-lawyer

operands for sizeof operator

c sizeof

Surprising behavior of strtoull("-1", NULL, 0) and other negative values

c language-lawyer strtoull

Why do I an get error when trying to print a null pointer

c pointers

atan2 for two sinusoids of arbitrary phase shift?

c algorithm math atan2

Create image from unsigned char buffer

c linux image fingerprint

Returning float in void* function

c function pointers return

What is the problem with putting brackets("(") in a printf code

c printf

Replace all 0's with 5's in a given number using sprintf and sscanf

c++ c printf scanf

Is modifying an object through a pointer to const undefined behavior?

How can I instruct the MSVC compiler to use a 64bit/32bit division instead of the slower 128bit/64bit division?

what does the following call mean in C? [duplicate]

c cortex-m