Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

why this c program for copying a file is not working correctly?

c file cp

How to allocate a struct with a flexible array member on the stack

c flexible-array-member

Should I use the ++ operator on temporary inline variables?

c++ c performance

How do I handle these typedef's without warnings?

Does C ever pad a struct before the first element?

c

What are "extern char condition tricks"?

c++ c gcc compile-time

Optimize lookup tables to simple ALU

Conditionally execute scanf function?

c

Requiring lib (openmp) in ruby C extension gem [OSX]

Where do I define code to release resources allocated in a C Python module init function?

c++ c python-2.x python-c-api

Does fork() work differently on Ubuntu in Comparison to other Linux Distribution?

c linux ubuntu unix gcc

Array of pointers to pointers: managing strings for different languages

c++ c arrays pointers

which is more efficient, for loop or just regular adding

c performance for-loop

How to understand "main function's prototype cannot be supplied by the program"?

c

Should I use pow and sqrt or just pow for half integers?

c math floating-point gsl

Return pointer to array from function with array dimensions after function name

c arrays pointers return