Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Floating point comparison `a != 0.7` [duplicate]

c comparison floating-point

In C storing values that start with zero get mutated, why?

c int storage

Properly using sscanf

c input token

How to check if uint8_t exists as a type, instead of unsigned char?

c++ c embedded

Making a Tuple in C

What can I expect to be difference when I transition from C & C# to C++?

c# c++ c

Does going out of scope like this free the associated memory?

c memory malloc

I need to create a very large array of bits/boolean values. How would I do this in C/C++?

c++ c arrays bitset

What does '<<' mean in C?

c bit-manipulation