+ 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++?
7 Réponses
+ 7
You can create apps using C++
+ 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.)
+ 2
all the possibilities you can imagine. C++ is Turing Complete
+ 1
Yes, he does. But he also asks for "all the possibilities" and he says "for example".
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
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.
0
sorry,, according to his question, he is asking for only apps("not OS") and websites