Turbo C++ is a C++ compiler and integrated development environment and computer language originally from Borland..Turbo C++ Doesn't Runs On Dos Based System. It Only Runs On Windows 93,95,98 & xp which run on Different Technology -NT..So To Make It Compatible With Windows 7 and 8 Some People Have Modded Turbo C++ To Work With Windows 7 and 8.
First Install Turbo C++ Then Download The Beta Update of Turbo C++:
Beta-4 Update
Features and Info About TurboC++ By NeuTroN:
Source- http://nvstech.weebly.com/
Beta-4 Update
If you want all your drives/Partitions to mount automatically .Download and install the patch Drive_automounter..
Some Controls Of Turbo C++:
- To create a new file: File -> new.
- To open an existing source file: File -> open OR F3-> select your file -> Open
- To save your source file: File -> save / SaveAs OR F2-> give an name to your source file with .CPP extension -> OK. **Note your primary file name should not be longer than 8 characters
- To rename or change the location of save source file: File -> SaveAs->write new file location (if required) and new file name -> OK Example - "D:\SAMPLE.CPP"
- To print the program source code: File -> Print
- Undo the last operation: Edit -> Undo OR Alt + Bksp
- Redo the last operation: Edit -> Redo OR Shift + Alt + Bksp
- Copy: Edit -> Copy OR Ctrl + Ins
- Cut: Edit -> Cut OR Shift + Del
- Paste: Edit -> Paste OR Shift + Ins
- To find a specific word in your source (program): Search -> Find
- To search for a word and to replace with some other: Search -> Replace
- To Search again with previously mentioned word: Search -> Search again OR Ctrl + L
- Go to specific line number: Search -> Go to line number
- To run your program: Run -> Run OR Ctrl + F9
- Menu options helpful for tracing the flow of program control:
- Trace into: Run -> Trace into OR F7
- Trace over: Run -> Trace over OR F8
- To compile your program: Compile -> Compile OR Alt + F9
Features and Info About TurboC++ By NeuTroN:
No comments:
Post a Comment