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.
|
show 4 more comments
feedback
|
|
Basically, what you want to do, is to
"Open Project". There, you type in a projects name. It must end with 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! Using projects in Turbo/Borland C++ Also, all you people wanting to code or port Turbo C/Borland oriented code to Linux | ||||
|
feedback
|
|
I remember having this problem a long time ago. This is what I found with a little help from google... | |||
|
feedback
|
void main(), assuming that ints are 16 bits, and relying on Undefined Behaviour. – Paul R Oct 20 '10 at 6:57