Forums
construction overloads not listed - Printable Version

+- Forums (http://www.scratchpadgames.net/forums)
+-- Forum: Main Forums (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=1)
+--- Forum: Fundamentals Errata/Questions (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=3)
+--- Thread: construction overloads not listed (/showthread.php?tid=370)



construction overloads not listed - Brian Beuken - 03-13-2019

Not quite an error, but it could cause errors, so I've updated the source code to contain the overloaded constructor,  you also need to have an overridden update.
Page 88- The code listed does not specifically give an example of the overloaded Objects(char*, MyFiles*); constructor, or the overridden update method in Objects, the constructor hase been added to the InvaderStart source code though, so if you download (as suggested) you will not have a problem. You should provide your own version of the overloaded objects update


RE: construction overloads not listed - jomoengineer - 03-18-2019

Hum, sounds familiar. Thanks for addressing this.