DWORD to string and std::string
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How can we convert a number represented by DWORD to string or std::string. Example: DWORD number=731; I want to convert "731" to standard string and std::string. Plz tell me how ???
-
How can we convert a number represented by DWORD to string or std::string. Example: DWORD number=731; I want to convert "731" to standard string and std::string. Plz tell me how ???