Base Convertion
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
I am a beginner at programming and am in need of some assistance on how to take a string and convert it to decimal. Please help!
-
I am a beginner at programming and am in need of some assistance on how to take a string and convert it to decimal. Please help!
-
I am a beginner at programming and am in need of some assistance on how to take a string and convert it to decimal. Please help!
You can use of CString:Format,but for more info about other converts see The Complete Guide to C++ Strings, Part II - String Wrapper Classes[^] and The Complete Guide to C++ Strings, Part I - Win32 Character Encodings[^].