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 Community!
Ich möchte ein String (string-Klasse) zu char[] casten, aber wie geht's?
CU & Thx im Voraus Konstantin
meinst du mit string std::string ? Dann bekommst du mit string::c_str() einen const char*
Devil