Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Enum with NSnumber

objective-c c enums

Why doesn't work Variable length array as a globally? [duplicate]

c gcc variable-length-array

What language should I learn as a bridge to C (and derivatives) [closed]

python c

How to free a C struct?

c objective-c struct malloc

Nested loop comparison in Python,Java and C

java python c performance

Does printf() depend on order of format specifiers?

c floating-point double printf

automatic/static memory allocation