Monthly Archives: November 2008

Covers!

Last night we went to The Pheonix (Where I met Christina almost 3 years ago!) and they had The Ellis Collective playing with two other bands. The girl on the violin was the highlight, reminding Sam and I of Fourplay. … Continue reading

Posted in non-techical | Tagged , | Leave a comment

const int vs. enum vs. #define

Example A: int GetValue0() { return 10; }   int GetValue1() { return 10 + 10; }   int GetValue2() { return 10 * 10; } So if all of the values 10 represent a common magic number then you … Continue reading

Posted in c++ | Leave a comment