Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How does a program inherit environment variables?

c linux libc

How to use the FTP protocol in C? [closed]

c

C Are string literals created on the stack?

c

char* as an argument to a function in C

c cstring

memmove doesn't move

c++ c memory libc

Can't add system("exit"); in C

c system exit

C - Segmentation fault in professor's test code

c gcc segmentation-fault

How to create an array when the size is a variable not a constant?

Dynamically allocating array explain

Is there a way to workaround a #define introduced by a vendor?

c++ c c++11

C4996 (function unsafe) warning for strcpy but not for memcpy

c visual-studio-2010

C - alternative to #ifdef

Why might using a "long long" in C or C++ be a bad thing?

c++ c gcc

is it possible pass a function as a parameter in c? [duplicate]

c

Is there anything wrong with this shuffling algorithm?

Basic C pointer question

c pointers

what is the advantage of using goto in this code?

When does the signedness of an integer really matter?

c signedness

C language how to format a double to 2 digits after the decimal point? [duplicate]

c formatting

making your own malloc function in C

c malloc