I have never programed anything befor, im using bloodshed 5 beta compiler too try and go threw this sites tutorials. But even in the most simple code i get 3 error's haha this is the code;
#include <iostream.h>
main()
{
cout<<"The Compiler Work">;
return 0;
}
When i compile these are the messages i get lol.
iostream.h:no such file or directory
Warning in function `int main()':
`cout' undeclared (first use this function)
[build error](Each undeclared identifier is repotred only once for each function it appears in.)
Execution terminated.
Sorry for the super noob post and thanks for any answers anyone can give.



LinkBack URL
About LinkBacks


