Thursday, July 03, 2014

Turbo C++ For WIndows 7 And 8

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

If you want all your drives/Partitions to mount automatically .Download and install the patch Drive_automounter..


Some Controls Of Turbo C++:

  1. To create a new file: File -> new.
  2. To open an existing source file: File -> open OR F3-> select your file -> Open
  3. 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
  4. 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"
  5. To print the program source code: File -> Print
  6. Undo the last operation: Edit -> Undo OR Alt + Bksp
  7. Redo the last operation: Edit -> Redo OR Shift + Alt + Bksp
  8. Copy: Edit -> Copy OR Ctrl + Ins
  9. Cut: Edit -> Cut OR Shift + Del
  10. Paste: Edit -> Paste OR Shift + Ins
  11. To find a specific word in your source (program): Search -> Find
  12. To search for a word and to replace with some other: Search -> Replace
  13. To Search again with previously mentioned word: Search -> Search again OR Ctrl + L
  14. Go to specific line number: Search -> Go to line number
  15. To run your program: Run -> Run OR Ctrl + F9
  16. Menu options helpful for tracing the flow of program control:
  17. Trace into: Run -> Trace into OR F7
  18. Trace over: Run -> Trace over OR F8
  19. To compile your program: Compile -> Compile OR Alt + F9


Features and Info About TurboC++ By NeuTroN:
  • During re-installation please un-install it properly back-up all the source code files from "C:\turboc++\disk\" folder and delete the folder  "C:\turboc++", reboot your computer and then you can proceed to re-installing it.
  • If mouse hangs after running a program you can re-enable it by selecting repaint desktop option from main menu. For that first press F10 use arrow keys to goto main menu(left of FILE menu) and select Repaint Desktop.
  • For the convenience of the users some example programs have been given.
  • Un-installing won't delete the source files you created, you can find them in "C:\TurboC++\Disk" folder.
  • For Graphics programming please use "C:\\Turboc3\\BGI" instead of "C:\\Tc\\BGI" as BGI path.
  • Problem regarding inserting special symbols please use the key-mapper to suite your needs, it can  be opened by pressing "Ctrl+alt+F1" and change the mapping according to your needs, please don't toggle it if you don't know what you are doing.
  • This Version Works For Both C and C++
  • This Version Works On Both Windows 7,8 64 Bit also ...So For Any Problems U can Contact the developer at striker.dbz@hotmail.com

Source- http://nvstech.weebly.com/

No comments:

Post a Comment