adsense


Friday, 27 November 2015

C++ LANGUAGE MY FIRST CGI PROGRAM

COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button



C++ LANGUAGE MY FIRST CGI PROGRAM






My First CGI program 


The above C++ program is a simple program which is writing its 
output on STDOUT file i.e. screen. There is one important and 
extra feature available which is first line printing Content-type:
text/html\r\n\r\n. This line is sent back to the browser and 
specify the content type to be displayed on the browser screen. 
Now you must have understood the basic concept of CGI and you can 
write many complicated CGI programs using Python. A C++ CGI program 
can interact with any other external system, such as RDBMS, to exchange 
information. 



No comments: