Computing.Net > Forums > Programming > Cannot run Turbo C++

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
Name: Infinite Recursion
Date: September 22, 2003 at 00:52:09 Pacific
Reply:

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.


0

Response Number 3
Name: Infinite Recursion
Date: September 22, 2003 at 02:54:23 Pacific
Reply:

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.

IR


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Cannot run Turbo C++

running turbo c shuts down windows www.computing.net/answers/programming/running-turbo-c-shuts-down-windows/15751.html

turbo c++ ver 3.0 www.computing.net/answers/programming/turbo-c-ver-30/15436.html

C++ Builder / Turbo C++ - Difference ? www.computing.net/answers/programming/c-builder-turbo-c-difference-/2213.html