R
R
Rulon Oboevv2016-02-21 10:39:52
C++ / C#
Rulon Oboevv, 2016-02-21 10:39:52

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

3 answer(s)
V
Vitaly Stolyarov, 2016-02-21
@the_guyfox

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 )

D
Dmitry Voronkov, 2016-02-21
@DmitryVoronkov

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.

S
sitev_ru, 2016-02-24
@sitev_ru

"... for ordinary page sites, the process of creating such a site in C ++ will be tantamount to transporting 3 tons of coal at BelAZ"
There is also a CMS in C ++ (I even have such a self-written one), so it's not so bad plan)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question