Borland C++, getting started

Jun 9, 2008 at 3:11am
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.
Jun 9, 2008 at 7:45am
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
Jun 9, 2008 at 7:47am
Are you chinese?
Last edited on Jun 9, 2008 at 7:48am
Jun 9, 2008 at 7:53am
@ whjwhj
What exactly is the relevance of that question?
Last edited on Jun 9, 2008 at 8:12am
Jun 9, 2008 at 10:09am
Because I saw a chinese website!
Jun 9, 2008 at 10:26am
Where? Not in this thread, the above blogspot link is an English language site.
Jun 9, 2008 at 11:05am
please forgive me, I made a minor mistake.
Last edited on Jun 9, 2008 at 11:13am
Topic archived. No new replies allowed.