I want to create a project file turbo c++ and link the files in this project. Although i have tried for it but i found only one option that to open a project no option to create a new project. So How to do that

Thanks in advance.

Saurabh Mehta.

link|improve this question
6  
Are you really sure you want to be using a 16-bit compiler in 2010? – Ignacio Vazquez-Abrams Oct 20 '10 at 5:26
@Ignacio Vazquez-Abrams:- In most of the universities and colleges this is the only compiler that you can use. Being a student you don't have much choice in this colleges. – Manoj R Oct 20 '10 at 5:34
1  
@Manoj R: most? Really? [Some, I could believe, but not most] – James McNellis Oct 20 '10 at 5:35
1  
Ok not the most in world. But the most in my city for sure. This can be easily found out at the time of campus interviews. – Manoj R Oct 20 '10 at 5:45
2  
Unfortunately the Indian colleges all still seem to each with Turbo C/C++ and some really old and really bad text books (Let Us C, etc). This results in thousands of new graduates each year all writing void main(), assuming that ints are 16 bits, and relying on Undefined Behaviour. – Paul R Oct 20 '10 at 6:57
show 4 more comments
feedback

2 Answers

Basically, what you want to do, is to "Open Project". There, you type in a projects name. It must end with ".PRJ". When you open it, it will be created. Then you can add files to the project by pressing "Insert". But have a look at the links below.

In case these links disappear from the Internet, I add some redundant links. The first is the best, also cool is the hundreds of pages long Turbo C manual.

Graphical example with images!

Turbo C manual on Scribd

In Turbo C 2.01

Using projects in Turbo/Borland C++

Also, all you people wanting to code or port Turbo C/Borland oriented code to Linux

link|improve this answer
feedback

I remember having this problem a long time ago.

This is what I found with a little help from google...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.