Thread: Output displaying out of the screen in Turboo c++

  1. #1
    Deleted Account
    Join Date
    Oct 2013
    Posts
    39

    Output displaying out of the screen in Turboo c++

    PLS somebody.help me ......i have turbo c++ on windows xp SP2.....whenever i commpile my code in turbo c++ i am getting output outside ithe screen.....but when i used code::block....i get the correct output...fits to screen ...


    thanks

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Outside the screen? Like, on the wall behind the monitor?

    Chances are that your Code Blocks is using a fairly modern compiler that works well with your hardware/OS.

    Turbo C++ on the other hand...

    I don't really know much about Turbo C++, but have you tried running it in a virtual environment (e.g. dosbox, etc)?

  3. #3
    Deleted Account
    Join Date
    Oct 2013
    Posts
    39
    NO ..Matticus i have not...can u guide ...me how to install dosbox...but first what is dosbox?

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    A quick search of wikipedia brings up this page: DOSBox - Wikipedia, the free encyclopedia

    DOSBox is emulator software that emulates ... an IBM PC compatible computer running the older operating system, MS-DOS.
    I haven't used dosbox in over a decade, but another quick search of the internet brought to this pretty site (note I can't vouch for the validity of the information or site - you really should be doing your own research):

    How to install Turbo C++ in dosbox of window xp? | Priyanka Kapoor

    You really shouldn't be using such an outdated compiler. The only reason I'm helping is because I suspect you're forced to use it for academic purposes, in which case, having your own copy to work with will help you in that unfortunate situation.

  5. #5
    Deleted Account
    Join Date
    Oct 2013
    Posts
    39
    RIGHT GUESS BRO...i have got c++ project ......and my schools r using Turbo c++ as compiler

  6. #6
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Do what you have to for school - but if you really want to be an employable programmer, I'd strongly recommend learning properly on your own time with a modern compiler and material (which it seems you might be doing, if you have the Code Blocks IDE installed on your personal machine).

  7. #7
    Deleted Account
    Join Date
    Oct 2013
    Posts
    39
    yes i do thanks buddy.....u helped me a a lot

  8. #8
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Quote Originally Posted by Rohit Kumar View Post
    PLS somebody.help me ......i have turbo c++ on windows xp SP2
    Poor you, luckily that one is easy to solve...

    First you need to locate the recycle bin, usually on the left hand side of your desktop. Then drag the folder containing TurboC onto it.
    Alternatively you can just hold the shift key and press the delete key.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Displaying and reading information from/to the screen...
    By CaptainEight in forum C++ Programming
    Replies: 1
    Last Post: 11-22-2012, 06:35 PM
  2. Help with displaying output
    By tallguy in forum C++ Programming
    Replies: 1
    Last Post: 03-28-2007, 06:38 PM
  3. ascii characters video displaying on tv screen
    By deian in forum C Programming
    Replies: 6
    Last Post: 10-12-2004, 09:46 PM
  4. displaying to the screen
    By Jules in forum C# Programming
    Replies: 8
    Last Post: 05-28-2004, 10:34 PM
  5. reading files and displaying them on screen
    By kendals in forum C Programming
    Replies: 4
    Last Post: 03-29-2002, 05:01 PM