A
A
alez8882016-08-07 21:22:38
C++ / C#
alez888, 2016-08-07 21:22:38

Web application in C++, real?

Good evening, I need help, how can I implement a web application with the source code of a regular exe file?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
AcidBat, 2016-08-07
@AcidBat

For example.

O
OnYourLips, 2016-08-07
@OnYourLips

Theoretically, realistically.
But it makes sense only in technology with an extremely limited amount of resources, for example, in microcontrollers.
In your case, it is better to make a website in a suitable language for this, and use the C ++ application through console calls or some protocol for interaction.

D
Dmitry, 2016-08-07
@EvilsInterrupt

Yes. Really. But why?
Each language has its own range of tasks and C ++ fits into web development, but not where you are looking for. Watch the cycle about highload from mail.ru on youtube and it will be clearer where you need to use C ++ in the web world

R
Rou1997, 2016-08-07
@Rou1997

You can “attach” the functionality of the HTTP web server to it, you can write the server on anything, the protocols are standard, or “attach” it to a ready-made server via CGI, for example, to Apache, which, mind you, will make the task easier, or you can, on the contrary, “attach” it to PHP, etc. via command shell (e.g. in PHP via exec)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question