how can i convert lower case into uppercase
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hi, i searched for function to change a string is in lower case in to upper case. thanking you
If you are using CString then use MakeUpper and if you are using char* string then use toupper function. thanx danishjibbran
-
Hi, i searched for function to change a string is in lower case in to upper case. thanking you
-
sheshidar wrote:
i searched for function to change a string is in lower case in to upper case.
what was the result?:rolleyes:
VuNic