i tried to install :
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();
}



(Im using devshed 4.9.9.2 beta)
i compile it , it compiles, i try to run it, it doesnt run..please help!

Notice from rvalkass:

Please don't double post. If you have something to add then use the edit button. Posts merged, and CODE tags added around the code.

 

 

 


Reply