어느 가을날의 전환점

C++|C++ IDE (Code::Blocks, Dev-C++,....) 본문

Development

C++|C++ IDE (Code::Blocks, Dev-C++,....)

어느가을빛 2010. 7. 8. 08:48

Code::Blocks

The open source, cross platform, free C++ IDE.
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!


Dev-C++(wxDev-C++)
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Dev-C++은 Win32 용 gcc를 기반으로 하는 강력한 C/C++ 통합 개발 환경입니다. 수년전 4.9.9.2 버전으로 개발이 중단된 상태이나, 다른사람들이 이어받아서 wxWidget(wx위젯)을 더하여 wxDev-C++ 란 이름으로 계속 개발하고 있습니다.


Comments