c++.chat - Experience with DM++ for everyday development?
- Robert M. Münch (15/15) Dec 30 2001 Hi, I will give DM++ a try and see how far I can come with it. I'm sure
- user domain.invalid (11/31) Dec 30 2001 No problem asuming you talk about general C code. The compiler is
- Robert M. Münch (11/23) Dec 30 2001 Ok, any experience with C++ code?
- user domain.invalid (10/50) Dec 30 2001 Templates and STL.
Hi, I will give DM++ a try and see how far I can come with it. I'm sure others here have more experience with it. What's your experience with DM++ in the following areas: 1. Standard conformance? I used to play around with the KAI C++ compiler, that impressed my with standard conformance. 2. Porting Unix code to Win32 3. Compiling Win32 VC++ code out-of-the-box 4. Developing new Win32 applications and DLLs I really would like to hear your opinion about this. -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de
Dec 30 2001
Robert M. Münch wrote:Hi, I will give DM++ a try and see how far I can come with it. I'm sure others here have more experience with it. What's your experience with DM++ in the following areas: 1. Standard conformance? I used to play around with the KAI C++ compiler, that impressed my with standard conformance.Not complete up to the standard for C++, work in progress.2. Porting Unix code to Win32No problem asuming you talk about general C code. The compiler is up to the latest C standard. I don't know how it handles the K&R C style C source code files. Never tried it.3. Compiling Win32 VC++ code out-of-the-boxNever had any trouble with it. Only minor issues.4. Developing new Win32 applications and DLLsNo problem at all. I'm using DMC++ for all my Win32 development projects. Console (TEXT mode) and MFC.You will be suprised with compiling speed, executable sizes and execution speed. If you are going to use the IDDE you have a very powerful development environment for DOS16 DOS32 WIN16 and WIN32.I really would like to hear your opinion about this.-- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de
Dec 30 2001
Not complete up to the standard for C++, work in progress.Hi, what's the most missing part? For what areas should I prepare to use workarounds?No problem asuming you talk about general C code. The compiler is up to the latest C standard. I don't know how it handles the K&R C style C source code files. Never tried it.Ok, any experience with C++ code?Do you directly use the VC++ make files or are you doing makefiles yourself for the VC projects?3. Compiling Win32 VC++ code out-of-the-boxNever had any trouble with it. Only minor issues.No problem at all. I'm using DMC++ for all my Win32 development projects. Console (TEXT mode) and MFC.Fine to hear this.You will be suprised with compiling speed, executable sizes and execution speed.I know and in the old days I was a Symantec C++ compiler user... and that's why I really look forward to use DMC++ and it's good to see that development continues.If you are going to use the IDDE you have a very powerful development environment for DOS16 DOS32 WIN16 and WIN32.Is the IDDE the old Symantec IDDE or is there are newer one available? Robert
Dec 30 2001
Robert M. Münch wrote:Templates and STL.Not complete up to the standard for C++, work in progress.Hi, what's the most missing part? For what areas should I prepare to use workarounds?Yes, but only with my own projects (no problems). Never ported back any piece of open source C++ software from unix to win32 using DMC++.No problem asuming you talk about general C code. The compiler is up to the latest C standard. I don't know how it handles the K&R C style C source code files. Never tried it.Ok, any experience with C++ code?Using my own make files and IDDE projects.Do you directly use the VC++ make files or are you doing makefiles yourself for the VC projects?3. Compiling Win32 VC++ code out-of-the-boxNever had any trouble with it. Only minor issues.It is the same as the Symantec 7.5 IDDE.No problem at all. I'm using DMC++ for all my Win32 development projects. Console (TEXT mode) and MFC.Fine to hear this.You will be suprised with compiling speed, executable sizes and execution speed.I know and in the old days I was a Symantec C++ compiler user... and that's why I really look forward to use DMC++ and it's good to see that development continues.If you are going to use the IDDE you have a very powerful development environment for DOS16 DOS32 WIN16 and WIN32.Is the IDDE the old Symantec IDDE or is there are newer one available? Robert
Dec 30 2001