From: Hannu R. <han...@vt...> - 2003-06-10 15:26:21
|
Hi, Having just come across OpenC++, I've been trying to figure out which C++ features are supported. In the mailing list archives, there are some references to deficiencies in template support, and there's an expected-failure test for typeid in the source tree, but I've found nothing definite. Is there a description somewhere of exactly which C++ features are supported? How close to full standard support are you? And do such deficiencies, if any, actually matter in practical use of OpenC++ ? Any advice will be appreciated... Best wishes, Hannu Rummukainen |
From: Grzegorz J. <ja...@he...> - 2003-06-16 22:26:24
|
On Tue, 10 Jun 2003, Hannu Rummukainen wrote: > Hi, > > Having just come across OpenC++, I've been trying to figure out which > C++ features are supported. In the mailing list archives, there are > some references to deficiencies in template support, and there's an > expected-failure test for typeid in the source tree, but I've found > nothing definite. Is there a description somewhere of exactly which > C++ features are supported? None that I know of. > How close to full standard support are you? > > And do such deficiencies, if any, actually matter in practical use of > OpenC++ ? Any advice will be appreciated... It certainly depends a lot on what your practical use is going to be. I would be glad to give more details, but I need some background on how do you want to use OpenC++. Best regards Grzegorz > > Best wishes, > > Hannu Rummukainen > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |
From: Hannu R. <han...@vt...> - 2003-06-24 15:52:09
|
Grzegorz Jakacki wrote: > It certainly depends a lot on what your practical use is going to be. > I would be glad to give more details, but I need some background on how do > you want to use OpenC++. I'm afraid I cannot give much details at this stage, but I'm developing a complicated speed-critical library, and I had the idea of generating certain kinds of methods for the library user automatically from a higher-level description. That's why I was checking out OpenC++, and what prompted my question was that I wouldn't want to restrict the kinds of C++ code that could be used together with the library. Anyhow, it looks like I won't have time to pursue the idea any further, so the question is moot on my part. As an interested bystander, I would still like to suggest that you consider documenting the current limitations of OpenC++. It would be useful not only to users and potential users, but it could also serve as a kind of to-do list for development work. Best wishes, Hannu Rummukainen |
From: Grzegorz J. <ja...@he...> - 2003-06-24 19:23:48
|
On Tue, 24 Jun 2003, Hannu Rummukainen wrote: > Grzegorz Jakacki wrote: > > It certainly depends a lot on what your practical use is going to be. > > I would be glad to give more details, but I need some background on how do > > you want to use OpenC++. > > I'm afraid I cannot give much details at this stage, but I'm developing a > complicated speed-critical library, and I had the idea of generating certain > kinds of methods for the library user automatically from a higher-level > description. That's why I was checking out OpenC++, and what prompted my > question was that I wouldn't want to restrict the kinds of C++ code that could > be used together with the library. Anyhow, it looks like I won't have time to > pursue the idea any further, so the question is moot on my part. > > As an interested bystander, I would still like to suggest that you consider > documenting the current limitations of OpenC++. It would be useful not only to > users and potential users, but it could also serve as a kind of to-do list for > development work. Thanks for your suggestin, we will certainly pursue it once there are resources available. Best regards Grzegorz > > Best wishes, > > Hannu Rummukainen > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |