Borland C++, getting started

Hey, can anyone explain how to get started with Borland C++? I can't quite understand how to start out the C++ files and everything. Thanks.
Hi.

There are some instructions in my blog on how to get and install the Borland C++ compiler. You can try and use the code samples.
http://login2win.blogspot.com/2008/05/c-compiler.html

You can write a small program as below in a notepad and test.

#include <iostream>
using namespace std;

int main()
{
cout << "Hello" << endl;
}


Thanks
Are you chinese?
Last edited on
@ whjwhj
What exactly is the relevance of that question?
Last edited on
Because I saw a chinese website!
Where? Not in this thread, the above blogspot link is an English language site.
please forgive me, I made a minor mistake.
Last edited on
Topic archived. No new replies allowed.