Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in one line?

Strict C Win GUI programming

c windows user-interface

Why only "register" storage-class specifier can be used inside parameter declaration?

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