Hw cn i make a complete software in c++ language.now i use turbo7 tell me any plateform where i make a complete software for run | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Hw cn i make a complete software in c++ language.now i use turbo7 tell me any plateform where i make a complete software for run

11th Jun 2019, 4:04 PM
Azeem Zeemi
Azeem Zeemi - avatar
2 Réponses
+ 5
If you're looking for a modern integrated development environments(IDE) for c++, I recommend Code::Blocks(http://www.codeblocks.org/) and Visual Studio(https://visualstudio.microsoft.com/vs/features/cplusplus/). If you want a graphical user interface in Windows applications that you're implementing, Visual Studio has a nice UI designer. For graphical user interfaces in Code::Blocks, I always programmed them without a WYSIWYG editor and used UI toolkits like GTK. If the applications you want to create are targeted for Linux or cross-platform, I would recommend Code::Blocks instead of Visual C++. I saw Microsoft promoting Visual Studio as cross platform in recent years but was forced to use Code::Blocks several years ago to get a project deployed in Ubuntu. I never used it but heard great things about Visual Studio Code.
11th Jun 2019, 4:44 PM
Josh Greig
Josh Greig - avatar
+ 3
Not sure about turbo c. But you can make applications in codeblocks pretty easily and turbo c is pretty much obsolete.
11th Jun 2019, 4:21 PM
Anurag
Anurag - avatar