Xref: utzoo comp.windows.ms:3807 comp.lang.c++:8660 Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!ai-lab!rpk From: rpk@wheaties.ai.mit.edu (Robert Krajewski) Newsgroups: comp.windows.ms,comp.lang.c++ Subject: C++ and Windows Keywords: C++, DPMI Message-ID: <9609@rice-chex.ai.mit.edu> Date: 28 Jul 90 19:58:37 GMT Organization: MIT AI Lab, Cambridge, MA Lines: 12 What are the experiences of Windows programmers using C++ with regard to the actual tools ? I'm not so much inteesting in the merits or pitfalls of various class libraries as the ease of use of the tools. For example, if you're *really* using C++, chances are that C++ compiler will run out of data space (under DOS), unless it has a DOS extender version. But can you run it in a Windows Enhanced Mode DOS Window ? If you can't, it's not the end of the world, but it does certainly trip up the compile/link/edit cycle. I certainly think I can do better than Glockenspiel C+ 2.0. Am I right ?