Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Confuse with variable scope for while and for loop(C programming)

ANSI C #define VS functions

Finding the middle of an array without knowing the length

c++ c arrays string

Recursive functional explanation in binary tree

c++ c binary-tree

Ctrl-C eaten by getchar()

c unix signals getchar

Expected identifier or '('

c

Can functions like sin() be redefined, in Fortran, C or Java?

java c fortran built-in

Possible to write an HTML form in C or C++ [closed]

warning: comparison between pointer and integer [enabled by default] in c

c gcc ubuntu comparison

Is sizeof(int) guaranteed to equal sizeof(void*)

c sizeof

Why is my C program printing 0.000000 here?

c floating-point

fopen and windows

c windows fopen text-files

how to tell a typecast from a function

c gtk

Returning const char*; how ugly is static?

c++ python c swig

Are arrays variable-length by default on C?

c arrays memory-management gcc

GCC: Allow overloaded functions in C99

c gcc c99 overloading

Draw an image on drawing area

c gtk drawing

performance for reads of nsdictionary vs nsarray

C / C++ / C#: Howto do "mount -a"

c# c++ c linux system-calls

Should I update my program from C to modern C or C++? [closed]

c++ c compiler-construction