I'm new to C++ and have downloaded BORLAND's compiler. Could someone give me step by step instructions on how to compile using it. I already tried but i fing it difficult coz i'm not familiar with it. Thanks!
First make sure your Borland bin and lib directories on on your path. Check your OS to see how to do it. On Win NT/2000 you can right click "My Computer", select properties, click on the Advanced tab, and then select "Enviroment variables." I think it tells you this in the compiler's read me file.
After that, try this. Open a text editor and type the following:
Go to the command prompt, CD to the direcotory where you saved Hi.cpp and type BCC32 Hi.
You should have had Hi.exe created. Type Hi and there you have it. James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity. [tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.
Why follow the crowd???? LOL James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity. [tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.
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.