can we run c++ in dos mode with out windows

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2006
Posts: 15
Reputation: nuwan243 is an unknown quantity at this point 
Solved Threads: 0
nuwan243 nuwan243 is offline Offline
Newbie Poster

can we run c++ in dos mode with out windows

 
0
  #1
Dec 28th, 2006
12) what are the I/O ranges?funcitons of it? is it useful to a programmer ? if How ?

13) can we use a C++ programme without windows? I mean can we use C++ programme in MS-DOS mode?
Can we run a C++ programme before windows boots?if can how to do it………….I have no idea?
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 492
Reputation: Bench has a spectacular aura about Bench has a spectacular aura about Bench has a spectacular aura about 
Solved Threads: 49
Bench's Avatar
Bench Bench is offline Offline
Posting Pro in Training

Re: can we run c++ in dos mode with out windows

 
0
  #2
Dec 28th, 2006
In answer to the majority of the questions you've posted - Standard C++ has no way of directly interfacing with hardware - such tasks are beyond the scope of the standard. You'll need to visit documentation for your compiler/implementation.

Yes you can create programs for virtually any platform - which is the reason why C++ has no built-in support for any kind of hardware.

Instead of just flooding this forum with a long list of questions, why don't you actually make some kind of an effort to find out?
Last edited by Bench; Dec 28th, 2006 at 6:41 am.
¿umop apisdn upside down?
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,571
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1485
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: can we run c++ in dos mode with out windows

 
0
  #3
Dec 28th, 2006
Originally Posted by nuwan243 View Post
12) what are the I/O ranges?funcitons of it? is it useful to a programmer ? if How ?

13) can we use a C++ programme without windows? I mean can we use C++ programme in MS-DOS mode?
Can we run a C++ programme before windows boots?if can how to do it………….I have no idea?
c++ programs must be run under SOME operating system. You can not run them before an operating system has been booted, unless of course you are writing your own operating system. You could, of couse, install MS-DOS 6.2 operating system on your computer if you want to run true MS-DOS. The console window that you can get with MS-Windows is not true DOS, but an emulated MS-DOS.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC