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).
Einfaches Beispiel:
std::string float2int; std::string int2float; std::string asm2asm;
Da hat wohl jemand die Zahlen ( \d ) vergessen
\d
Bei Buchstaben gibt es jedenfalls kein Problem:
std::string floatToint;
Grüssli