searching for some simple cpp cgi routines for windows/ linux

O

Oliver Bleckmann

well, i am searching for some simple cpp cgi routines that work for windows
and linux.
just need to parse some "posted" strings and ints...
using bloodshed dev-cpp, tried some, but most didn't work (c code),
some are much to complex and the rest comes without examles and docs.
so please help...
 
I

Ian Collins

Oliver said:
well, i am searching for some simple cpp cgi routines that work for windows
and linux.
just need to parse some "posted" strings and ints...
using bloodshed dev-cpp, tried some, but most didn't work (c code),
some are much to complex and the rest comes without examles and docs.
so please help...
Why don't you try and write something simple, like a CGI "hello world"?
There's nothing difficult about CGI, the spec is only a few pages long.
 
C

Colander

Hi,

Oliver said:
well, i am searching for some simple cpp cgi routines that work for windows
and linux.
just need to parse some "posted" strings and ints...
using bloodshed dev-cpp, tried some, but most didn't work (c code),
some are much to complex and the rest comes without examles and docs.
so please help...

With cgicc, http://www.cgicc.org/, you can write stuff like:
cgi.getElement("name");

Good luck,
Bas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top