PDA

View Full Version : Qt C++ CGI programming



karankumar1609
6th August 2013, 05:25
Hello Everyone,

I am new to CGI programming,
I want to know which book or online reference is best to learn CGI programming with Qt/C++.
I would like your comments, please suggest me.

wysota
6th August 2013, 07:28
CGI as in Common Gateway Interface or as in Computer Generated Imagery?

karankumar1609
6th August 2013, 11:19
Well i was talking about Common Gateway Interface.

Sorry for providing less information about thread.

wysota
6th August 2013, 12:40
Qt doesn't provide any special functionality regarding CGI so basically you can read anything about writing CGI programs in C++. I'm sure the internet is full of results on this subject.

karankumar1609
6th August 2013, 12:50
Qt doesn't provide any special functionality regarding CGI so basically you can read anything about writing CGI programs in C++. I'm sure the internet is full of results on this subject.

Hello wysota,

This means i can't write CGI program in Qt Creator?
or i can write CGI program in Qt but can't use Qt libraries?

wysota
6th August 2013, 13:14
I didn't say you can't. I said Qt doesn't offer anything more than what C++ offers (apart of course things like string manipulation, etc. but this is not related to CGI in any way).

MangoCat
20th January 2018, 22:26
This might be of interest:

https://github.com/bolvarak/qt-cgi/blob/master/QtCGI.cpp

Joselyn
4th October 2019, 12:56
This might be of interest:

https://github.com/bolvarak/qt-cgi/blob/master/QtCGI.cpp

Wow, that's a good one!