+ 3

What IDE can I use to build basic applications in C++ to practice ?

Is there something better than visual studios

8th Oct 2020, 1:17 PM
Brendan B
Brendan B - avatar
4 Respuestas
8th Oct 2020, 1:34 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 4
CodeBlocks Code::Blocks is a C, C++, and Fortran IDE that’s available for free. This is designed to suffice the most demanding requirements of the users. This IDE is developed to be extremely flexible and entirely configurable. It features all that you need, offers a steady look, feels, and control across different platforms. This IDE is designed around plugin support that can be enhanced with plugins. You can add any type of functionality by coding or installing a plugin. For example, assembling and debugging functionalities is already offered by the plugins. Price: free and open source
8th Oct 2020, 1:50 PM
Matias
Matias - avatar
+ 3
CLion is good
8th Oct 2020, 1:32 PM
Jan Vlasman
+ 2
for beginners Code::Blocks
8th Oct 2020, 3:13 PM
Kiwwi#
Kiwwi# - avatar