I may have messed up the "path" variable in "Environment Variables" under system properties in Windows.
Right now this is all there is in the path:
c:\Borland\Bcc55
I deleted the other stuff when I put the borland path, if that other stuff needs to be there how do I restore...
this is my code:
// main.cpp module
#include <C:\Borland\BCC55\Include\iostream.h>
using namespace std;
int main(void)
{
// Without "using" statement, this would be std::cout
:cout << "Hi kate!" << end1; // "end1" = next line
return 0;
}
this is...
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.