Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How to decrease CPU Usage when it reaches to 100% when using while(1) loop

C Compiler error: unknown type name '__evenaccess'

c gcc compiler-errors

Why fails the following OpenMP program to reduce my variable?

c openmp