Server-side applications for form processing

  • Thread starter stephenburgess1972
  • Start date
S

stephenburgess1972

Would C++ be a good choice for programming server-side applications for
form processing? Or is there a better choice out there?
Thanks.
 
V

Victor Bazarov

Would C++ be a good choice for programming server-side applications
for form processing? Or is there a better choice out there?

If you already know C++, there is nothing better. You know, if shoe
fits, wear it. If you don't yet know C++, don't bother. Use PHP, or
Python, or Perl, or other similar language (Ruby, Java, Visual Basic),
they are all simple enough (except maybe for Perl) and well suited for
Web interaction. Using C++ might be seen as shooting sparrows with
a cannon.

Also, ask in 'comp.infosystems.www.authoring.cgi', that's where they
talk "form processing".

If I missed entirely what you were asking about, I am sorry, post
again and be more verbose/specific that time.

V
 
D

dev

If you would like to invest some time, Java Server Pages (JSPs) and
Servlets are a robust system used everywhere.(Of cousre you need to
know Java for it....which has most of its syntax similar to c++.....but
not quite the same thing)

JSPs are a good idea for complicated form interfaces.

A simple tutorial...
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/

cheers!!
 
R

Russell Wood

Would C++ be a good choice for programming server-side applications for
form processing? Or is there a better choice out there?
Thanks.

Personally, I use C++ for this and have no problems doing so.

- Russell
 
R

Randy Yates

Russell Wood said:
Personally, I use C++ for this and have no problems doing so.

- Russell

Russell,

Do you have any generic classes to support this that you'd be willing
to share? I have a site that I've been meaning to convert from
hand-coded html to CGI/C++ for awhile now.
--
% Randy Yates % "I met someone who looks alot like you,
%% Fuquay-Varina, NC % she does the things you do,
%%% 919-577-9882 % but she is an IBM."
%%%% <[email protected]> % 'Yours Truly, 2095', *Time*, ELO
http://home.earthlink.net/~yatescr
 
R

Russell Wood

Russell,

Do you have any generic classes to support this that you'd be willing
to share? I have a site that I've been meaning to convert from
hand-coded html to CGI/C++ for awhile now.

I have my own CGI library that I do intend on releasing, however it
isn't quite ready yet. When it is I'll inform you.

- Russell
 

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,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top