Answer the question
In order to leave comments, you need to log in
What is the C++ literature that describes working with cgi and sql?
The teacher gave the task - to write a web project in C ++ using CGI, consisting of microservices. The project should contain a database of 4-6 tables. The site must be authorized. All this is implemented on denwer. Advise literature that will help in the implementation of all this. I'm quite new. There used to be another teacher, and with him we wrote simple console applications. Not much time to study.
Answer the question
In order to leave comments, you need to log in
Literature on the work of C ++ c sql is searched for in Google in 5 seconds.
There is no literature on C++ using CGI, because CGI is not part of C++, it's just the ability to run any external programs through a web server.
That is, you write a regular C++ console application that takes something from a database and prints text to your console as an HTML page, and sets up a web server to call your application via CGI.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question