문제

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++ only.

도움이 되었습니까?

해결책

use netbeans-IDE 6.0.. it will solve your problem.

다른 팁

  1. Setup DosBox.
  2. Install Borland C in DosBox environment.
  3. Launch bin\bc.exe

Dosbox allows you to make fullscreen window

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top