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

Why preprocessor is good

Name: Anonymous 2012-05-02 13:13

It saves memory. This is fucking retarded:

static const unsigned int SHIT_TIER 0x02

Superior:
#define GOD_TIER 0x02

Four bytes here and there start piling up; pretty soon you might as well have used Ruby.

Name: Anonymous 2012-05-02 13:18

Four bytes here and there start piling up
A good compiler can optimize 0x02 to just 3 bits.

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