2013-09-11, 04:51 PM
Fiel Wrote:To get rid of the stdafx.h, create an empty project and not a windows console project.
Also, using namespace std is evil
Oh, that explains a lot. We don't even use any specific compiler, but I stuck to using Visual Studio 2008. Thanks. :B
Also, I gotta use namespace std anyway, otherwise I'll get points deducted off of whatever assignment I have to do.

