Feature #5156 2010-11-02 13:42
thekb
Support for old-style C++
Hi, I use Code::Blocks IDE for writing code in C++, which I am learning. While we learn in college using the old blue-screen IDE (I think it is Borland C++ IDE, not sure), I am forced to write in new style C++ at home. I know that the world uses new style, but I would greatly appreciate it if C::B could add support for old-style programs too. Thanks a lot!
- Category
- Status
- Open
- Close date
- Assigned to
History
I don't know what "old-style C++" means?
Please do refer to Herb Schildt's "C++:A Complete Reference" for further details. If you have used Borland's Turbo C++ Explorer IDE, then you'll know what I mean. Thanks.
hi, thekb I used Turbo C++ 3.0 around the year 1998. But I almost forget everything about the old c++ style. which part of your feature request did you focus on? compiler plugin? codecompletion plugin? or some other plugins?
I can say much about codecompletion plugin. But I'm not quite familiar with the compiler plugin, I suggest you can post a forum message in the Codeblocks' forum:
http://forums.codeblocks.org/index.php
regard