Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Cannot run Turbo C++
Name: bctps55 Date: September 21, 2003 at 23:57:41 Pacific OS: Windows XP Pro CPU/Ram: 2Ghz/256DDR
Comment:
I downloaded and installed the Turbo C++ 3.0 into my Windows XP, but cannot run. What's so I do?
Based on the lack of information that you provided to us, my only solution is for you to reinstall.
Are you missing a file? Are executing the correct file? Is the installation file corrupt? Please provide an error message so we can better assist you.
IR
0
Response Number 2
Name: bctps55 Date: September 22, 2003 at 02:23:20 Pacific
Reply:
I can only run the program through cmd but not directly by clicking on it. Also when I run the code, such like a simple code: #include <stdio.h> void main() { printf("Hello"); }
I cannot get any output. I reinstalled many time but still got some problem.
Have you confirmed that the path that your icon or menu listing is referring to is matching up with the path of your program that you run from the command line?
The code that you list should compile... Are you even seeing an output screen, or does it output then close the window... Perhaps, using system("PAUSE"); would help determine what output you have. Also you may want to insert a new line after your printf statement using \n or endl... this will generally flush the output buffer for you.
Summary: I've had this recurring problem wherein the operating system restarts everytime turbo C is run. This happened on a windows xp pro environment. In some cases, the problem will not occur if the user lo...
Summary: I recently installed turbo c++. whenever i try to run turbo c, it gives the following error. turbo c++ IDE NTVDM CPU has encountered an illegal instruction CS:c000 IP:3131 OP:ff ff 17 58 0b choose 'cl...
Summary: What is the difference between C++ Builder / Turbo C++ ?? Also, can I make programs that run on Windows (all versions) with the version 1.0 of Borland Builder ?? (the one that comes with Turbo C++ Sui...