Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I test this C function

c pointers

Does the -O0 compiler flag have the same effect as the volatile keyword in C?

is it possible to use regex in c++?

c++ c regex

Is assert and unit-testing incompatible?

c++ c unit-testing assertions

C compiler from where?

C# and C++ in relation to C

c# c++ c

Understanding the '&' operator

c++ c

Does sizeof(float) always equal to sizeof(int) on all architectures?

c++ c memory malloc sizeof

Why does this C code produce a double instead of a float?

c types

How do you deal with NUL?

c++ c

Are comments always processed before the preprocessor? [duplicate]

c comments c-preprocessor

Character pointers and integer pointers (++)

c++ c pointers

C Void pointer question

c pointers

Cause for this difference..from C++ to C?

c++ c

Why does padding have to be a power of two?

c struct

pointer to array

c++ c arrays pointers

Does this program show the four card suits (♠♣♥♦) on all standard-ish systems?

c++ c character-encoding

Where are literals stored in statement like this if( var == 'x')?

c++ c syntax

replace system() with non-blocking function

c

How to use ellipsis in c's case statement?

c switch-statement