home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!kithrup!hoptoad!decwrl!sdd.hp.com!wupost!gumby!destroyer!ubc-cs!uw-beaver!uw-coco!nwnexus!ole!rwing!fnx!nazgul!bright
- From: bright@nazgul.UUCP (Walter Bright)
- Newsgroups: comp.lang.c++
- Subject: Re: Dumb questions about Borland C++
- Message-ID: <904@nazgul.UUCP>
- Date: 19 Aug 92 01:54:53 GMT
- References: <q!3m8wf.sjk@netcom.com>
- Reply-To: bright@nazgul.UUCP (Walter Bright)
- Organization: Zortech, Seattle
- Lines: 10
-
- In article <q!3m8wf.sjk@netcom.com> sjk@netcom.com (Shel Kaphan) writes:
- /I've been trying to port some programs written for a Unix C compiler
- /to Borland C/C++, and have a few questions:
- /- Isn't there some way to tell it that you want "int" and "unsigned int"
- /to be 32 bits? (just wishful thinking).
- /- Is there no memory model on the PC in which the stack can occupy
- /more than 64K bytes? (more wishful thinking, I know ... don't flame me.)
-
- Both of these exist with DOS compilers that support 32 bit programming.
- The current version of BC++ does not support 32 bit DOS programming.
-