I guess vincente has rather a configuration problem,
probably the usual problem.
fstream is not dependend on the include of iostream (mingw GCC 2.95). I just tried it.
by the way: a headerfile shouldn't cause errors (only a missing:-)
Patrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
new to this forum. Does someone know why I get 69 errors and 2 warnings with this c++ code:
#include <fstream>
int main()
{
return 1;
}
The errors come fron the includes within fstream. I dont know what to do. Greetings,
Vicente
Just to get things started. You will need to understand <fstream> better, but try this.
#include <iostream>
#include <fstream>
int main()
{
system("PAUSE");
return 1;
}
I guess vincente has rather a configuration problem,
probably the usual problem.
fstream is not dependend on the include of iostream (mingw GCC 2.95). I just tried it.
by the way: a headerfile shouldn't cause errors (only a missing:-)
Patrick
How can I make a source code by combining a discount in 10% to 30%?
Also, you might want to check this post:
http://sourceforge.net/forum/message.php?msg_id=1789739
Wayne
Hello,
Thanks for the answers and thanks for the link.
Vicente
Are you up and going yet?
Wayne