View Single Post
Old 01-25-2014, 06:50 PM   #6
TC_Halogen
Rhythm game specialist.
Retired StaffFFR Simfile AuthorFFR Music ProducerD8 Godly KeysmasherFFR Veteran
 
TC_Halogen's Avatar
 
Join Date: Feb 2008
Location: Bel Air, Maryland
Age: 32
Posts: 19,376
Send a message via AIM to TC_Halogen Send a message via Skype™ to TC_Halogen
Default Re: C++ Conway's Game of Life

Fission has asked me to post this on his behalf:

Quote:
Originally Posted by Fission
using #define works, it's just not best practice since it's not type checked and simply does text substitution. there is nothing wrong with the headers but you should prefer the ones prefixed with "c" rather than the ones postfixed with ".h". you don't have to do these things, i just recommend it so you are writing more idiomatic c++ rather than a mix of c and c++.

my bad about sursorPosition. i didn't look at the code you included carefully enough. it makes sense now though.
TC_Halogen is offline   Reply With Quote