> Of course you can,
> Why shouldn't you be able to do this?
>
> CppCMS is just a library, you can use what ever you like with it.
Maybe I still don't believe (but also exciting) if I can use powerful
C++ in web development.
Recently I develop small (but 7/24 running) application which
concentrates many mysql database to a single centered mysql database.
I have port it 4 times in 2 days, from Java + JDBC, then
C#.net+NetConnector, then C#+ODBC, then C#+OLEDB, at last
C++(C++Connector), for solve memory leaking and to handle interrupted,
slow network connection.
|