Hmmm....Seems we have yet another example of the shortcomings of C++ in the
Internet Age.
Why waste your time? You can process anything with Java that you can with
C++, and a lot easier. Me thinks you are not very familiar with the Java
Foundation Classes. I don't know what you want to do with the user
information, but essentially you are going to be parsing text. Java is
lightyears ahead of C/C++ for parsing text and processing strings. But if
you insist, just have the servlet write the post data to a file and use C++
to read the file (damn, it's been a long time since I used fprint()!).
Cheers!
Mark
----- Original Message -----
From: "[Qari Qasim]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 1:00 PM
Subject: C++ with Servlets
> Hi
> I want to use servlets with C++.
> For example, I want to get user information with servlets and then process
> that information with a set of C++ libraries. Do u think that should be
> easy.
> Thanks
> qasim
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html