Added by Peter-Frank Spierenburg about 9 years ago
I would like to pass command line args to my wt application. Is there some way that I can get them after passing argc/argv to WRun?
Hey, no, Wt does not provide them (back). You'll need to pass them also to your application-creator function (using e.g. using std::bind()).