|
help with c++ when I write "#include <iostream.h>"... -
December 15th, 2007
...is has an error that say declaration syntax error when I enter #include <iostream.h> it says, Error C:\TC\INCLUDE\IOSTREAM.H 38: Declaration syntax error
it has like more than 20 errors. but they are all thesame. it say declaration syntax error
But I have no probelm with #include <stdio.h>
How do I fix this? Please help me! By, the way I'm a beginner we were force to learned this subject because it is part of our computer class.
|