Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

string literals and strcat

c string strcat

Writing strings and a variable to a buffer in C

How do I convert a DWORD to HEX

c hex dword

0 < 0 evaluates to true?

objective-c ios c

Meaning in 'OF' in zlib function declarations [duplicate]

c zlib compression

Nested macros and ##

c

Include string in file on compilation

c++ c compilation arduino

Gtk+ programming style: defining widgets

c callback gtk widget

Data Type Mismatch and Conflicting Compilers

c printf sizeof

Combine interactive input from stdin with async output to stdout

c++ c linux unix console

Static libraries

c++ c windows winapi libraries

How are parameters of a function executed? [duplicate]

c

finding the bit-width of an int in c; best-cross platform method

c size int width bit

sizeof operator error on data types

c

Unexpected function call

mysql c gcc

What is the difference between signal(7) and signal(2)?

c manpage

A simple stack implementation using C

c

Conditions and pointers

c conditional-statements

Why does a C program crash if a large variable is declared?

c windows msvcrt

Why does malloc ask for unreasonable amout of memory from sbrk. what can prevent it?