Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Conversion of infinite for loop to finite for loop

c

Eclipse/GDB: How to set an automatic breakpoint after hardware reset?

How is this array different from dynamically allocated array

c arrays

Can you determine stack depth in C?

c stack printf size

strcat adds junk to the string

c string c-strings strcat

How to find out whether CONFIG_FANOTIFY_ACCESS_PERMISSIONS is enabled?

c linux fanotify

Can't extract an integer from a thermometer byte reading

c embedded hardware pic lcd

UNIX domain sockets, send timeout, zero copy

c linux sockets unix unix-socket