Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi!
Wenn rest ein char* ist, funkt folgendes:
MessageBox(NULL, rest, "Namen", MB_OK);
wenn rest ein std::string ist, wie muß es dann genau heißen?
Hat sich erledigt. Für den, den es interessiert.
Die Lösung:
rest.c_str()