|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Re: help-cgicc Digest, Vol 45, Issue 1
_______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
|
Re: Re: help-cgicc Digest, Vol 45, Issue 1That's funny because it's true. I used cgicc
several years ago to create a web app, and "rolled my own" template parsing
functions, starting with the detection of HTML comments like
"<!--FN=theFunctionToCall-->". Of course, then you need to map that
function name to the actual C++ function. But dang it was
speedy.
Thanks for the note on VBMcgi.
Bookmarked.
----- Original Message -----
From: jeff_j_dunlap@...
To: help-cgicc@...
Sent: Friday, August 22, 2008 6:42 PM
Subject: [help-cgicc] Re: help-cgicc Digest, Vol 45, Issue
1
_______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
|
cgicc extension - webstdHello All, Many years ago I wrote a C++ library called "web standard library" or webstd it is portable and works for UX & win32 platforms. A year ago I decided to make it an open source and made it available to the public at: http://sourceforge.net/projects/webstd/ Webstd Features: * CGI support (through cgicc) * template engine, with built-in "c-script language translator" * every web_std function is available through c-script * support for custom c-script UDFs (user defined functions) * mail class with CID support (through template engine) * HTTP class, handling POST & GET requests, cookie, c-script's virtual includes, etc * URL handling helpers * MD5 support * numerous helpful functions * file handling support * built-in benchmark class * base64 support * fully documented (docs are currently in Russian, the appearance of English docs depends on your requests) * samples are included * stable * portable * fast * c-scrip is especially designed to support programming architecture you'll find in examples * FastCGI support, webstd is fully compatible with FastCGI webstd implements a simple cscript language in <!--c print("this is c-script"); c--> tag, and you can extend already defined built-in functions from your own program via UDF class. The library is not entirely autonomous it is designed to work with cgicc and curl this library saved me a lot of time, once you got used to it - you will build structured C++ apps almost as fast as PHP|perl. webstd integrates web developers's needs on a smaller scale just like PHP does on a greater scale but webstd design enforces that a developers would not forget about C++ and wouldn't just use c-script instead. I invite all to take a look at it, it might save you some time. -- Best regards, Igor sprog@... _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
| Free embeddable forum powered by Nabble | Forum Help |