Connecting Tech Pros Worldwide Help | Site Map

XMS memory

  #1  
Old July 19th, 2005, 05:17 PM
mz
Guest
 
Posts: n/a
Hi!
I've got a question: how to use extended or expanded memory in DOS C++
programming? Some source or hint please.
THX
mz


  #2  
Old July 19th, 2005, 05:17 PM
Stephen Howe
Guest
 
Posts: n/a

re: XMS memory


> Hi![color=blue]
> I've got a question: how to use extended or expanded memory in DOS C++
> programming? Some source or hint please.[/color]

Sorry, only standard C++ language and library is covered here which knows
nothing about EMS or XMS memory.

I would suggest reposting to comp.os.msdos.programmer

Stephen Howe


  #3  
Old July 19th, 2005, 05:18 PM
Jacek Dziedzic
Guest
 
Posts: n/a

re: XMS memory


[5.9] Which newsgroup should I post my questions?

Only post to comp.lang.c++ if your question is about the C++ language
itself. For example, C++ code design, syntax, style, rules, bugs, etc.
Ultimately this means your question must be answerable by looking into the
C++ language definition as determined by the ISO/ANSI C++ Standard document,
and by planned extensions and adjustments. Operating-specific questions
(e.g., about Windows NT / 95 / 3.x, UNIX, etc.) should go to an
operating-system-specific newsgroup (see below), not to comp.lang.c++.


  #4  
Old July 19th, 2005, 05:18 PM
Kevin Goodsell
Guest
 
Posts: n/a

re: XMS memory


mz wrote:[color=blue]
> Hi!
> I've got a question: how to use extended or expanded memory in DOS C++
> programming? Some source or hint please.
> THX
> mz
>
>[/color]

Standard C++ has nothing to say about DOS or extended or expanded
memory. You seem to be in the wrong group. You probably wanted a DOS
programming group. Please re-read the welcome message, paying particular
attention to the section on topicality.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you use a garbage collector? Lloyd Bonafide answers 350 June 27th, 2008 05:38 PM
Out Of Memory Exception tejal answers 2 February 17th, 2007 04:30 PM
XMS Extended Memory baburk answers 0 October 27th, 2006 04:42 AM
Java in small-memory virtualized Linux environment Kieron Briggs answers 3 July 18th, 2005 12:27 AM