I have a 64 bit OS (Windows 7). I want to code in C++ but the default editor of Borland does not support full screen mode on my system. Which editor do i use to solve this problem? I want to code in Turbo C++ on开发者_开发问答ly.
use netbeans-IDE 6.0.. it will solve your problem.
- Setup DosBox.
- Install Borland C in DosBox environment.
- Launch bin\bc.exe
Dosbox allows you to make fullscreen window
精彩评论