944,127 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 3763
  • C++ RSS
Dec 28th, 2006
0

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

Expand 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?
Similar Threads
Reputation Points: 8
Solved Threads: 0
Newbie Poster
nuwan243 is offline Offline
15 posts
since Dec 2006
Dec 28th, 2006
0

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

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.
Reputation Points: 307
Solved Threads: 62
Posting Pro
Bench is offline Offline
565 posts
since Feb 2006
Dec 28th, 2006
0

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

Click to Expand / Collapse  Quote originally posted by nuwan243 ...
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.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2283
Retired and Enjoying Life
Ancient Dragon is online now Online
21,961 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: data structures in c++
Next Thread in C++ Forum Timeline: Eject cd rom with c++





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC