a simple way:
CString strMainNumber = "00001762"; // or "00000562"
long number = atol((LPCTSTR)strMainNumber); // or _wtol
CString strTrimNumber;
strTrimNumber.Format(_T("%ld"), number);
I have installed Oracle 9i several times on a Windows 2003 server! But Enterprise Manager does not work properly. In fact, when I execute it (in stand alone mode or oracle management server mode) it starts and shows me the UI. But then does not answer to any event and goes into "Not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.