Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Memory allocation for pointer to array and array of pointer

c arrays pointers

Search text using strstr function in C [duplicate]

c search text

Converting a 4 byte ip address to standard dotted decimal notation

c string ip-address

I can't find why my program always says too low

c