Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Calculate number of rows in constant 2D c-array

c++ c

setting timeout for recv fcn of a UDP socket

c linux sockets udp posix

what does sizeof() check as sentinel value for int array[] in c

c arrays sizeof

int * vs float * type

Reading and writing EEPROM via I2C with Linux

c linux raspberry-pi i2c eeprom

Can one pass a code string into a C\C++-macro?

c++ c macros

Trouble understanding fork() output

c fork pid

What is "Super Loop" in Embedded C programming language?

c loops embedded

Why this simple program in C crashes (array VS pointer)

c arrays pointers extern

Is this clang optimization a bug?

What's the logic behind addition of 0101 with 5 in C? [duplicate]

c binary

Word given to the standard in using scanf isn't printed without error

c

Best practices for handling variable size arrays in c / c++?

c++ c arrays

sleep() is stalling my program too early. What am I doing wrong?

c stdout sleep flush

How do I parse a token from a string in C?

c string tokenize

Good school-type projects or assignments for (re)-learning C? [closed]

confusing fork system call

c++ c unix fork

string representation of enum values [duplicate]

c

Parenthesis operator in C. What is the effect in the following code

c parentheses

c - why does it make sense that indexing a character pointer is an int?

c string