Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

good c/c++ compiler for windows

c++ c compiler-construction

How to get the first 2 digits of a value passed from main in C?

c

const value vs. #define, which kind of chip resource will be used?

c embedded

Macro string: what does #define __T(x) x mean? And __T(#x)?

c++ c visual-c++

how to initialize an array?

c

segmentation fault when free() is used

c++ c string

How can I get only txt files from directory in c?

c unix char dirent.h

Is network byte order pointless under IPv6?

c++ c ipv6 ipv4 htonl

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