⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (274 Bytes)
strange errors while using Wt::Http:Response
» server.cpp
Shayan Javani
, 06/13/2017 10:33 AM
#include
<Wt/WServer>
#include
"serveFactorial.cpp"
using
namespace
Wt
;
int
main
(
int
argc
,
char
**
argv
){
WServer
*
server
;
server
=
new
WServer
(
argc
,
argv
,
WTHTTP_CONFIGURATION
);
server
->
addResource
(
new
serveFactorial
(),
"/factorial"
);
server
->
start
();
}
« Previous
1
2
Next »
(1-1/2)
Loading...