Storage advice.You could store a shape as a list of points. For example, for the following shape: [output]XXX X[/...
Storage advice.It's funny because I once made exactly this - Tetris in the console, coded in C++, using Windows fun...
Storing data as void* and dereferencing them later[code]struct DelayObject { float timeLeft; virtual void timeExpired() = 0; }; template <ty...
Tony Hoare's Faliure [quote]Yes, the only language that was deemed good enough for the DoD sucks.[/quote] Well, at least ...
'double' alignment effect on speedI would like to know if forcing 4-byte alignment for 8-byte primitive types (doubles and long longs)...