I finally got my scripts working but now that they work my compilers dont. The first one I have is Dev-C++ and the other is Microsoft Visual Basic Enterprise. Dev-C++ just blinks really fast. It displays the right thing but goes off right away. The Microsoft one always adds a press any key to...
I'm new at C++ and I cant get my compiler to do what I want it to do. I found a tutorial that says enter the following
#include <iostream.f>
int main
{
cout <<"sum text";
return 0
}
When I do the following errors come up:
22 C:\Dev-Cpp\Templates\main.c:1
iostream.f: No...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.