Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

function pointer and memory address in C [duplicate]

c linux gcc function-pointers

How to store an int in a char * that is assigned by malloc

c

Character string declaration with static size

c string declaration

Statically link shared library using go build

c go

What is the difference between 'char *' and 'char (*) [100]'?

What's the difference between these C external definitions?

c arrays extern avr-gcc

A code that doesn't work on gcc

c gcc

How to reset scanf()

c scanf

Reading and writing OpenSSL ECDSA keys to PEM file

c openssl pem ecdsa

Trying to create a function that sorts rows of 2D array using bubble sort and then prints it

c arrays

sine computation with CORDIC results in not precise values

Char* created using malloc in function, compiler says address is on the stack and cannot be returned

c

Converting int to char C formula

c char int modulo

Standard way to round integer down to nearest multiple of 4

c

Why does fwrite have both size and count parameters when just bytes to write would suffice? [duplicate]

c file-io libc

is this some kind of optimization? if (1) { ... } else (void)0 [duplicate]

c++ c c-preprocessor c++-faq

converting milliseconds to date in C

c date

How can I call a C function from Objective-C

objective-c c