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, ich hoffe ihr könnt mir hier weiterhelfen. gibt es unter nicht windowssystemem auch eine funktion wie _wtoi.. ich arbeite unter linux
std::wstringstream wss; wss << L"11"; int a = 0; wss >> a;
Hilft dir vielleich std::wcstol aus <cstdlib>?