cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
win32 console appplication
win32 console appplication
Mar 30, 2013 at 2:26pm UTC
muddaser
(46)
how to make a programm which take small letters in input and show out put in capital letters??????
Mar 30, 2013 at 2:52pm UTC
luigibana96
(24)
This is a very easy exercise, think about the difference in the table ascii between small and capital letters. Use cin.getline to enter the characters array, for other information, ask :)
Mar 30, 2013 at 3:01pm UTC
chipp
(776)
search toupper on this forum page
Topic archived. No new replies allowed.