CString to Unsigned short and unsigned short to CString in vc++
-
hi friends please me any body......... how to convert CString Unsigned short and short to CString
-
hi friends please me any body......... how to convert CString Unsigned short and short to CString
-
CString to unsigned short : atoi()[^]. Unsigned short to CString : CString::Format()[^].
It's time for a new signature.
Richard MacCutchan wrote:
atoi()[^].
Yet better
_ttoi
(the generic text mapping routine), so you don't have to make changes to the code for an Unicode build. Do I get the nitpick cookie? :)“Follow your bliss.” – Joseph Campbell
-
Richard MacCutchan wrote:
atoi()[^].
Yet better
_ttoi
(the generic text mapping routine), so you don't have to make changes to the code for an Unicode build. Do I get the nitpick cookie? :)“Follow your bliss.” – Joseph Campbell