C ++ at the end of a web application

I searched the Internet for this information, and I think I need help to understand it better.

I would like to learn how to write back-end web applications in C ++ and, in fact, how to output C ++ to web pages and make it talk to the MySQL database . For the record, I can write decent code in C ++, but I have never done this for the Internet.

No matter where I am on the Internet and ask about it, the first list of answers is WHY if you had scripting languages. I know scripting languages, I have used them for many years, but I encounter situations where this is a requirement, and I would like to know more about it.

I intend to write an application that uses Angularjs on the front panel and C ++ on the back panel . I am pretty good at PHP developer, and I could take this task by writing PHP, but I need to consider the possibility of rewriting in C ++, and this makes me think that I probably should write it in C ++ with the very beginning.

I understand that the most common question is: WHY would I use C ++ instead of a scripting language, so I will try to give a limited set of reasons. Please understand, I am not yet professional in this aspect of C ++, and I assess the situation in which I am.

So, here are some of my reasons ...

  • The project that I am going to take on must be very resource intensive, and I really would like to get all the speed that I can get from receiving. The more I control the application process, the better. In fact, I need accuracy, I know and love C ++, and this allows me to maintain control to a large extent.

  • The group of people with whom I communicate in the context of the project is aware of the advantages of C ++ for resources and the prospects for speed, and they contain part of the investment bag, which gives them a say in how they will approach the project. Time is on my side, but I want to spend as little as possible.

  • I like C ++, I have a C ++-oriented mind and I will love to use it in this context as much as possible.

So, I think my questions ...

  • Is there a good tutorial that can take me from the basics to something in between?
  • - ++?
  • ++ MySQL Linux.
  • Linux? ( , Facebook ).

http://www.compileonline.com/compile_cpp_online.php http://www.compileonline.com , , , .

, , Stack, , , - . .

+4

Source: https://habr.com/ru/post/1530657/


All Articles