Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How to C

Name: Anonymous 2016-01-08 14:23

https://matt.sh/howto-c

Very good read for anyone that wants to write this outdated language in 2016.

Name: Anonymous 2016-01-21 11:26

>>71
Make compile-time roman numeral literals in C.
There is no need to use _TokenOf()

#define I +1
#define II +2
#define III +3
#define IV +4
#define V +5
#define IX +9
#define X +10
#define XL +40
#define L +50
#define XC +90
#define C +100
#define D +500
#define M +1000
int i= M C L I;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List