+ 1

What app should I use to code with C++?

I have been looking for an app like that many times, but I can’t find one. Although there’s an app called VC on my computer, it doesn’t work now... So any app recommended? P.S. It’s better free, small and without other apps required.

2nd Jun 2018, 10:08 AM
Alice
Alice - avatar
6 Answers
+ 3
if you mean an IDE ,then atom code editor, net beans would be a good choice.
2nd Jun 2018, 10:13 AM
Random
Random - avatar
+ 1
RE to sanjeevini: I have tried net beans, but it needs JDK and too big. RE to Full gamer: What about on iphone? Is there an app?
2nd Jun 2018, 10:56 AM
Alice
Alice - avatar
0
code blocks and Geany both are good IDE. Both of this applications don't have developer tools to keep it light weight. So u have to install them separately like MinGW compiler. or u can use turbo C but this one have bad interface. Rei: Never, ever, recommend Turbo C++. It is pre-standard C++, which should no longer be used.
2nd Jun 2018, 10:46 AM
Yugabdh
Yugabdh - avatar
0
Oh sorry for that here we are still learning on turbo so I suggested same
2nd Jun 2018, 4:15 PM
Yugabdh
Yugabdh - avatar
0
For C and C++ , Code::Blocks is best.(for PC) pros: It is light weight. No need to install additional plugins. easy to use. cons: no cons.. For mobile: CppDroid is best for C and C++. you can use it offline..
3rd Jun 2018, 10:28 AM
Nasir
Nasir - avatar