0
How can I create an app? Can I do it in C++ in visual studio?
Please, share with Your experience. Можно и по русски.
4 Answers
+ 2
If you only "have learnt basics of C++", it would be more advised to jump learning basics of either for android app Java or Kotlin (or Python, but formers are the official development language) or for iOS app Swift (mostly the same as for android: quite any language could be technically used, but the best suited is the official development language of the platform).
For desktop/laptop app (usualy differenciated from mobile app by rather calling them "software"), stick to C++ as you've started learning it (the "official" language do much lesser matter, but visual studio is the official microsoft IDE and theorically the official language is now C# -- but it's microsoft property and is roughly privacy limited regarding licences I believe, for almost just a C++ relooking)
+ 1
If you have not learnt any language till now then try to learn for android app development and pyhton for others
+ 1
Thank you
0
I have learnt basics of C++