Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Meanings of parentheses in C++ and C

c++ c

Convert a 32 bits to float value

c linux embedded

C error: expression must have a constant value

c arrays compiler-errors

Binary compatibility over what range of machines?

Is it undefined behaviour to access an array beyond its end, if that area is allocated? [duplicate]

c undefined-behavior

Swap the Boxes in minimum moves [closed]

c++ c algorithm

Using clock() to measure execution time

c cross-compiling simulator

Can I use extern for macros?

c macros extern

Conflicting types in C

c

Efficiently appending a large array with zeros?

c

Remainder operator in c89 and c99

c c99 c89

Logical Operators and their precedence in C/C++

Floating point comparison precision

c++ c floating-point ieee-754

NSCharacter Set uses int's but i need unassigned short?

Comma and assignment operators in C

c c99 comma-operator

GetCommandLine linux *true* equivalent

c++ c linux windows equivalent

What exactly happens when delete my_object; is executed? Is all other memory shifted to the left by sizeof(MyClass)?

c++ c memory low-level

How is the ANSI C function declaration an improvement on the old Kernigan and Ritchie style?

c

What Ruzzle board contains the most unique words?

Strcpy implementation in C

c strcpy