I am running my programs through Microsoft Visual C++ 2008 express edition. Every time I try to run a program on every program it asks me for stdafx.h does anyone know why?
Bazzy I think the reason I was getting that error is because behind every #include <iostream> like this I was adding a semi colon ; this is wrong and the program did not like it.