CompuServe Messages

#Complete C++?

    21-Jul-93 17:07:50
Sb: #Complete C++?
Fm: Michael Seger 100022,2033
To: ALL
I have purchased the new Symantec C++ 6.0 and I thought I'd get a complete C++ compiler. I've tried to port some progs I developped on a Windows/DOS C++ compiler. Unfortunately I discovered some drawbacks of Symantec C++ like: – the "new"-operator doesn't seem to be applicable for non class memory allocation such as: new int[10]; (I know there is that direct/indirect addressing problem!) – constructors may not have arguments Will there ever be a way to use one source code for these problems? Or will I have to live with some strange Mac C++?