Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to define macro inside macro?

c macros

C - recursive function for sum of n natural numbers

c recursion

Subtracting unsigned ints in C and getting -Wconversion warnings

c gcc

MISRA C:2012 Rule 14.4

c misra

why can't you shift a uint16_t [duplicate]

In C, why is %s working without giving it a value?

c

Why is log base 10 used in this code to convert int to string?

c string int

Force if statement to execute only once

c

Is it mandatory to give '\0' for initialization of character arrays?

arrays c c-strings

Decoding printf statements in C (Printf Primer)

c qt printf qstring

What is the relationship between the Windows API and the C run time library?

c winapi

Non-blocking mount in Linux

c linux mount

long integer as array index in C gives segmentation fault

How do I mark code with side effects?

Why does this allow promotion from (char *) to (const char *)?

c

Concatenating strings in C

c string concatenation

Choice of language for portable library

Make GDC front end emit intermediate C/C++ code?

c++ c gcc mingw d

Object Oriented pattern in C? [duplicate]

c oop

abstract function pointers

c arrays function-pointers