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-10 17:10

the stdint.h on mingw introduces a new exciting
type that force cludges for anyone attempting
to use it. Source:
typedef unsigned uint32_t; //line 40
this typedef requires 2 extra types
(long,unsigned long)
to be handled as special cases and
typedef signed char int8_t;//line 35
requires handling an extra(char) type which is considered
distinct from signed char.

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