Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » Is there a simple CGI library developed with U++?
Re: Is there a simple CGI library developed with U++? [message #23622 is a reply to message #23592] Fri, 06 November 2009 06:17 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
I personally do it in a simple way:

Htmls content =
	HtmlHeader("Header", AsCss(css), ~style)
	    /  html;
	    
cout << HttpContentType(HttpTextHtml()) << "\r\n" << content;


Though, it would be better to have something similar to web frameworks below.

http://www.webtoolkit.eu/wt
http://art-blog.no-ip.info/wikipp/en/page/main


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Example Hello World Client/Server Broken?
Next Topic: request: Socket working example
Goto Forum:
  


Current Time: Fri May 10 04:18:26 CEST 2024

Total time taken to generate the page: 0.02147 seconds