[comp.lang.c++] Zortech C++ 2.1 Compiler

ricks@puligny-montrachet.objy.com (Rick L. Spickelmier) (01/25/91)

I would like to use the Zortech C++ 2.1 compiler for some work I am
doing but I have some questions concering the Zortech C++ 2.1 Compiler:

1. Have the iostream problems been solved - i.e., does iostream
   come with Zortech C++ 2.1?
2. What are the limits on the size of objects created with new?  malloc?
3. What are the limits on the size of static data elements?
4. Is the compiler able to deal with:

	int bob(char a);
	int bob(unsigned char a);
	int bob(signed char a);

    Some C++'s don't allow 'signed', some treat 'char' and 'unsigned char'
    exactly the same and thus don't allow two methods that only differ
    in the 'unsigned'.

5. Is special hardware/software needed to use the DOS 386 Version of Zortech
   C++ 2.1 (as opposed to the MS-DOS version).

Any answers would be appreciated!

			Thanks,
			    Rick

-- 

	    Rick L. Spickelmier
	    Objectivity, Inc.

	    ricks@berkeley.edu, ricks@objy.com