Search code examples
c++wt

Tutorial for Wt (c++ Web development)


Any tutorial for Wt (c++ wedevelopment)?

Is there any IDE for developing webapplication in WT, as in the case of qt such as Qt creator?

Can any one guide me for the installation of wt in ubuntu studio and compiling the program with a small example?


Solution

  • the official website contains all the information you need.

    Installation instructions for Ubuntu : http://www.webtoolkit.eu/wt/download or http://redmine.webtoolkit.eu/projects/wt/wiki/Installing_Wt_on_Ubuntu

    There is no development IDE specifically made for Wt. Treat WT as a standard C++ lib and use your traditionnal C++ IDE. I would recommend Eclipse CDT.

    Exemples are shipped with Wt. There is a tutorial available : http://www.webtoolkit.eu/wt/doc/tutorial/wt.html

    P.S. I find the tutorials quite poor. i'm thinking of writing one myself, but not now...