Free C / C ++ IDE for Windows 7 that works with GCC

I learned C and C ++ in the Borland Turbo C ++ IDE, a 16-bit version with this old blue screen, in which I started creating console programs for Windows. Now that Windows Vista and 7 do not support this IDE to run in full screen mode, I am looking for the same IDE (not necessarily from Borland) that comes with GCC, and does not need much training if you have already worked with Turbo C. So, is there a free GCC IDE that works with Windows 7? I will not use it to develop Windows applications, since I need to practice data structures in console programs.

+5
source share
9 answers

Turbo C ++ is very old, and the IDE concepts and design philosophy of how (as well as C ++ compilers compile) have evolved much further.

You can try Code :: Blocks or Eclipse , but I would not expect the transition as smoothly as the transition to the next version of Turbo C ++. (Which were not so smooth, BTW. The last of this series, BCC 5.0 was completely different than in the old TC DOS environments, and even this was later denied in favor of the most diverse C ++ Builder development environment.)

By the way, should it be GCC? Visual C ++ Express is also free, the VC compiler is no worse than GCC, and the IDE is pretty good.

+15
source

, Windows, , , QtCreator. Qt, ++, Qt ( , Qt ).

, Eclipse/CDT, ( Visual Studio QtCreator Eclipse/CDT).

/ QtCreator: http://qt.nokia.com/products/developer-tools/developer-tools

Nokia Windows, MinGW GCC. "Qt Creator 2.1 Binary for Windows" ( , Nokia ): http://qt.nokia.com/downloads

, ++ IDE Windows, , GCC MSVC, V++ Express: http://www.microsoft.com/express/Windows/

+5

IDE , Visual Studio Express Microsoft - gcc , Windows.

, Code:: Blocks - , - . Windows gcc gdb.

+4
+2

, , CODEBLOCKS-EP ( ). http://codeblocks.codecutter.org/ , "Zip (CodeBlocks-EP.zip)". .

+2

Eclipse ID CDT ( http://eclipse.org) + MinGW. IDE Code:: Blocks.

0

Bloodshed Dev-++, , W7.

0

I suggest using the IDE for cross-platform development of CodeLite for the C / C ++ programming languages: It works great on almost all operating systems.

Windows XP / 7 and 8

Debian / Ubuntu

Fedora / OpenSUSE

Mac OSX 10.5.8

http://codelite.org/

0
source

All Articles