Seeking C++ Browser Objects Library

R

Randy Yates

Hi,

Is there a C++ library that allows web pages to be represented as
instances of C++ objects? For example, there may be page, table, edit
control, and text control objects. This would be used in a CGI
context.
--
% Randy Yates % "Maybe one day I'll feel her cold embrace,
%% Fuquay-Varina, NC % and kiss her interface,
%%% 919-577-9882 % til then, I'll leave her alone."
%%%% <[email protected]> % 'Yours Truly, 2095', *Time*, ELO
http://home.earthlink.net/~yatescr
 
H

Hywel Jenkins

Randy said:
Hi,

Is there a C++ library that allows web pages to be represented as
instances of C++ objects? For example, there may be page, table, edit
control, and text control objects. This would be used in a CGI
context.

How will those controls be rendered?
 
R

Randy Yates

Hywel Jenkins said:
How will those controls be rendered?

On response to a GET, the top-level object (page) would have a GET
method, which would then render the HTML based on the GET parameters,
the object's properties, and all objects that are in the object
container of the form.
 
A

Aquila Deus

Randy said:
Hi,

Is there a C++ library that allows web pages to be represented as
instances of C++ objects? For example, there may be page, table, edit
control, and text control objects. This would be used in a CGI
context.

There may be .NET or Java ones, but no C++.
 

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

Similar Threads


Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top