Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C programming return value odd

c

Why does my array initialisation not compile? [duplicate]

c multidimensional-array

Little endian or Big endian

Any trick for simpler definition of multiline C macros?

warning: passing 'const char *' to parameter of type 'char *' discards qualifiers

c gcc-warning

How to count number of element in an int type array where 0 can be an element?

c arrays count

Assigning a value to a char array (String) in C [duplicate]

c

How to add text at the end of line

c csv

Why do files in /proc/self end up being owned by root if a program has its setuid bit set?

c linux security setuid

The return value of function returning long long unsigned int is incorrect

c

Name of the conversion symbol in C

c

strcpy through array of strings passed to a function?

dynamically allocating a string with unknown size

c arrays string pointers

initializing array of structure with array elements in it

Writing to file descriptor

Counting chars in C on Mac OS X

c macos operating-system

Connection per session or multiplexing multiple sessions through one connection

c++ c sockets

What's a good way to get c information? [closed]

c reference

Casting Error: lvalue required as left operand of assignment

c pointers casting lvalue