Talk:C plus plus:Polymorphism

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Shouldn't the line in the last section

CTank* pTank = new pTank;

read

CTank* pTank = new CTank;

?


Yes it should! A copy-paste error on my account, thanks for the correction :) --Sion 13:23, 28 January 2008 (EST)