I use turbo c++ in my pc but in the android there is code playground which is quite different .why??and how can I learn to code in androids code playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I use turbo c++ in my pc but in the android there is code playground which is quite different .why??and how can I learn to code in androids code playground?

4th Nov 2016, 1:07 PM
Rhytham Natesan
Rhytham Natesan - avatar
6 Answers
+ 1
Because it's free, its small, and theres notuch which can go wrong with it. even we were taught c++ in turbo c++, but soon shifted to visual studio because a bunch of us begged to the management to upgrade the IDE. In the real world, no one uses turbo c++, and most teachers I guess don't look up about new IDE, or don't want to, I don't know. but visual studio community is made for the community, it's made to help make c++ interesting, and cool, it's closer to what you will use for programming in real life. ask you teacher to look it up, maybe he/she will accept it too! HAPPY PROGRAMMING!
4th Nov 2016, 1:54 PM
Chinmay Bhale
Chinmay Bhale - avatar
0
turbo c++ is a pretty obsolete IDE in terms of what you can do with it. you can't create header files, you can't join multiple files, you can't add icons to applications. it's good for basic programs, but I don't recommend it. code playground is more in line with the conventional modern IDEs, where you have autocomplete, suggestions and other programmer friendly features. you can learn to code in code playground by going to the menu o sololearn's app, you will see code playground there. after that it's just like programming anywhere else. write the code, and execute it. on a side note, I recommend visual studio community 2015 as the best IDE to code in. it's free, it's Microsoft, it's got tons of features, a good support forum. and did I mention it's free? it's a big application though, near 3gb, but it's worth every byte. HAPPY PROGRAMMING!
4th Nov 2016, 1:33 PM
Chinmay Bhale
Chinmay Bhale - avatar
0
but why we are taught to code in turbo c++ in our schools?
4th Nov 2016, 1:43 PM
Rhytham Natesan
Rhytham Natesan - avatar
0
thnx for your reply👍,but I don't think my teacher will accept it
4th Nov 2016, 2:27 PM
Rhytham Natesan
Rhytham Natesan - avatar
0
another question can I use code blocks instead of microsoft visuals
4th Nov 2016, 2:37 PM
Rhytham Natesan
Rhytham Natesan - avatar
0
yeah code blocks is good too, you can use to program Java as well, if you learn it later
4th Nov 2016, 3:27 PM
Chinmay Bhale
Chinmay Bhale - avatar