answersLogoWhite

0

Can a cgi program be written in c plus plus?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

CGI scripts are usually written with a scripting language such as Python, but there is nothing preventing a CGI program from being written in just about any language, you just need the libraries to define the necessary components to create a CGI file.

cgic is an open source ANSI C library for CGI programming. It can be found at:

http://www.boutell.com/cgic/

cgicc is a c++ library:

http://www.gnu.org/software/cgicc/

also, you might want to check this directory:

http://cgi.resourceindex.com/Programs_and_Scripts/C_and_C++/Libraries_and_Classes/

-KS

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a cgi program be written in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you rewrite a cuda file in c c plus plus language?

Yes, you can rewrite a cuda program originally written in c in c plus plus.


What is algorithms in c or c plus plus?

it is a step by step program written in simple English for our understanding


What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.


What has the author Jeri R Hanly written?

Jeri R. Hanly has written: 'Essential C[plus plus]for engineers and scientists' -- subject(s): C (Computer program language) 'Essential C++ for engineers and scientists' -- subject(s): C++ (Computer program language), C (computer program language)


What has the author Anthony Porter written?

Anthony Porter has written: 'The best C/C++ tips ever' -- subject(s): C++ (Computer program language), C (Computer program language) 'C++ Programming for Windows' 'C[plus plus] programming for Windows' -- subject(s): C


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


Is CGI a programming language?

No, CGI (or Common Gateway Interface) is not a programming language. Rather, it is a method or protocol, something that serves as an interface or gateway between the browser and a program on the server. The browser asks for information and the program provides it. The program itself can be written with Perl, C++, or most any other language the server understands.


Can you program games with c plus plus?

Yes, you can program games with C++.


What has the author Stephen C Dewhurst written?

Stephen C. Dewhurst has written: 'Programming in C[plus plus]' -- subject(s): C++ (Computer program language), C 'C++ common knowledge' -- subject(s): C++ (Computer program language) 'Programmer en C++' -- subject(s): C (Langage de programmation)


Does Adobe Flash use c plus plus scripting?

No, it does not. While the program itself was written in C++, Flash does not support C++. Any code inside your Flash project must be written in Actionscript.


What has the author David Vandevoorde written?

David Vandevoorde has written: 'C [plus plus] templates' -- subject(s): C 'C++ templates' -- subject(s): C++ (Computer program language), Microsoft Visual C++, Standard template library


Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.