getting sub CString from a bigger CString
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
-
getting sub CString from a bigger CString ok i got a big CString and i want to get a certain word in this big CString without deleting or trimming i have obtained the start and end zero based index of the text that i want. how do i proceed from here?
-
getting sub CString from a bigger CString ok i got a big CString and i want to get a certain word in this big CString without deleting or trimming i have obtained the start and end zero based index of the text that i want. how do i proceed from here?
Call Mid() to extract a substring