Use C++ as a Server Side Language (CGI Common Gateway Interface)

preview_player
Показать описание
Simple explanation on how to use C++ with CGI and Apache web server, to respond to HTTP GET and POST requests.
Рекомендации по теме
Комментарии
Автор

I thought it was harder to use C++ as back-end

amaury_permer
Автор

std::cout and std::cin are very slow because they are connected to C printf.
Use and std::cin.tie(nullptr); and you will improve the speed of your application.

akj
Автор

speak up man i had to get a extension for this

_blank_
Автор

even though I don't understand anything, it makes more interesting

friedchicken
Автор

This is quite interresting. But I wanted to take this to next level with fastCGI ++. My biggest problem was the building of fastcgi + boost. I did manage to build "boost" and generate Libs, but got stack on building libs out of "fastCGI". Most examples I have come across are for Linux. Windows seem to be ignored and all my attempts to map those steps to Windows failed. Could u please organise a Demo on this topic or point us to good resources known to you? I will be very greatful. Thanks

ssmny
Автор

thank you very much you changed my life

lesorubshayan
Автор

how to tell a girl that i have a crush on her?

karltaylor
Автор

Nice video! Can this be accomplished by WebSockets instead of SGCI?

arielespindola
Автор

How can i include a cgi file inside a html file ?

hendrixansel
Автор

hey can you make more tutorials ? with c++ server ?

ara
Автор

This all C here. Not C++. Please change the title to C. It is misleading.

v