What are all the possibilities I have with c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are all the possibilities I have with c++

im new in to coding and would like to know what is possible with c++. can I write for example an app or an website with c++?

27th Feb 2018, 12:48 PM
Bboy 1497
Bboy 1497 - avatar
7 Answers
+ 7
You can create apps using C++
27th Feb 2018, 1:03 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 5
You can do everything your computer can with C++. But you can't do everything well. C++ is not suited for websites. Making apps is possible, but easier with Kotlin for Android and Swift for iOS. It is well suited if much performance is needed: - micro controllers - high end games - divers - operating systems - complex architecture - web browsers - machine learning (AI) - crypto currency miners - ... (You get the idea.)
27th Feb 2018, 1:07 PM
Timon Paßlick
+ 2
all the possibilities you can imagine. C++ is Turing Complete
27th Feb 2018, 1:45 PM
Nicola Dal Corso
Nicola Dal Corso - avatar
+ 1
Yes, he does. But he also asks for "all the possibilities" and he says "for example".
27th Feb 2018, 2:06 PM
Timon Paßlick
0
yes you can make apps and websites with C++ since it's general purpose programming language; But its too much time consuming and will be possible only if you are very good C++ Programmer. by the way it is difficult for beginners, I suggest using C# for apps, php or js for website
27th Feb 2018, 1:58 PM
Nura Programmer
Nura Programmer - avatar
0
Turing completeness is not enough, you also need APIs and/or access to the hardware. Brainfuck is turing complete, but I don't think you can use it to create a window because the API is missing. But as C++ has access to the hardware, you can really do everything with it you're allowed to by the device and the operating system.
27th Feb 2018, 2:01 PM
Timon Paßlick
0
sorry,, according to his question, he is asking for only apps("not OS") and websites
27th Feb 2018, 2:05 PM
Nura Programmer
Nura Programmer - avatar