Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorial for Wt (c++ Web development) [closed]

Tags:

c++

wt

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?

like image 265
yamuna mathew Avatar asked Feb 02 '23 09:02

yamuna mathew


2 Answers

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...

like image 174
Offirmo Avatar answered Feb 04 '23 22:02

Offirmo


Here are some Wt Articles that I found helpful as I was new to Wt too: http://www.richelbilderbeek.nl/CppArticle.htm

Also I recommend that you use the Wt forum and ask there when you start to develop your own application: http://redmine.webtoolkit.eu/projects/wt/boards

like image 44
stoycho Avatar answered Feb 05 '23 00:02

stoycho