Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

for (unsigned char i = 0; i<=0xff; i++) produces infinite loop

c loops unsigned-char

C pointers in C#

How to use a C assert to make the code more secure?

c assert

What is wrong with this function?

c find

Computing e^(-j) in C

Is "} while (0);" always equal to "break;} while (1);"?

c++ c while-loop break do-while

How bad is it to abandon THE rule in C (aka: return 0 on success)?

c

Why don't processes split by fork() proceed through this function identically?

c++ c

C Syntax Question

c defensive-programming

Code working in c but not in c++

c++ c

'stray \223 and \224 error' and other errors in C

c