Answer the question
In order to leave comments, you need to log in
Is it possible to create websites and applications using C++?
I found an article about C ++, they said that you can create almost everything, but I didn’t get it, is it possible to make up sites with it, and create applications?
Answer the question
In order to leave comments, you need to log in
There are many compilers for C ++ and it can be compiled for almost any platform, but first of all, the question should be the expediency of this act.
C++ has nothing to do with layout, and if we are talking about applications, then you need to clarify - what should these applications do and where?
If there are complex calculations on the server side (for example, physics and other processes for an online game), then C ++ will be just right, otherwise, for ordinary page sites, the process of creating such a site in C ++ will be equivalent to transporting 3 tons of coal at BelAZ
. client sidefor most tasks, JS will be enough, and if it comes, again, about complex calculations - C ++ with Emscripten will help to achieve good performance (which is usually practiced in browser-based 3D games, but more often through the shell of some engine - Unity or UE4, for example )
The choice of technology should be determined by the condition of the problem. Everything is allowed. But the criterion "execution time" of the task is critically important. You can "cut" your site for years, or you can make a blog on cms in a couple of hours.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question