C++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

C++

What is C++ used for? Can it be used for making apps on the App Store. If not, what can be used for making apps for the App Store?

7th Sep 2019, 8:28 PM
Jackson
5 Respuestas
0
C/C++ is used for mostly everywhere. Computer graphics, embedded systems, desktop applications, image processing, embedded systems, ECUs of cars, robotics, compilers, operating systems etc.... Unreal engine can make a mobile game with c++ if you are eager with it. But mobile apps don't heavily use c++ due to porting issues but good news! their operating systems do
7th Sep 2019, 10:42 PM
Talha Altınel (The Last Sith Lord)
Talha Altınel (The Last Sith Lord) - avatar
+ 2
Swift is for iOS development
7th Sep 2019, 8:49 PM
Marina Vasilyova
Marina Vasilyova - avatar
+ 1
Open up the course and it will tell u
7th Sep 2019, 8:44 PM
Minerals2016
Minerals2016 - avatar
0
If you are eager to make a mobile apps(not games) there are couple of ways you can do it. Swift is a way to do native apps for ios and java is a way to do native apps for android. Then there are hybrid apps which requires html/css/js and their tools(Cordova,PhoneGap,Ionic) but since they run in a web view they are not running so fast on mobile. Then there are native hybrid apps which gives robust performance and cross platform capability(React Native uses Javascript,Xamarin uses C#,Angular uses NativeScript, Flutter uses dart)
7th Sep 2019, 10:47 PM
Talha Altınel (The Last Sith Lord)
Talha Altınel (The Last Sith Lord) - avatar
0
Maria Vasilyova I guess he's asking for c++...😒😒😒😒
9th Sep 2019, 12:45 PM
Mayank Kumar
Mayank Kumar - avatar