first turbo c++ (borland) and it said error writing to langDLL.dll
same thing when i tried devshed.
Please help!
I just started learning c++, and this is my first:
CODE
#include <iostream>
using namespace std;
int main()
{
cout << "Testing to check ";
cin.get();
}
using namespace std;
int main()
{
cout << "Testing to check ";
cin.get();
}
(Im using devshed 4.9.9.2 beta)
i compile it , it compiles, i try to run it, it doesnt run..please help!

