Hi,
I am trying to learn C++, and to a certain extent, yeah, it's going alright so far. but I keep getting problems with header files and the like, so I would be really grateful if you guys could help me out.
1) Can't: #include "stdafx.h" - fatal error:file or directory not found.
2) For some reason, I can include the <iostream> file, but not "iostream.h".
3) Array Problem -
int anArray[3];
anArray[0] = 7;
This brings up several errors as well
This is really standing in the way of me learning the language, so any help much appreciated.