Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does C language support inheritance?

c oop inheritance

Is there a standard way to detect bit width of hardware?

Why Bitshift operators?

c microcontroller

How do the "->" and "." member access operations differ in C

c

char arrays length in C

c

C strtok() split string into tokens but keep old data unaltered

c strtok

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