14 years, 1 month ago
Highlights
14 years, 1 month ago
Hello I have 3 classes:- 1-Tile Class 2-Map Class which is inheriting from Tile Class 3-Enemy Class Now I want to print out the variable DesertTileRec.X in Enemy class. How can…
14 years, 1 month ago
you can use the string::find() member function as I do below to check if the string contains "tiffany" which would remove all of the other superfluous checks. You coul…
14 years, 1 month ago