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
Finding sizes of string.
Finding sizes of string.
Dec 5, 2013 at 11:17pm UTC
fahmankhan75
(412)
Find the length of each column in this string image. Store it as largest length. Can anyone help me find the size? please
1
2
3
4
5
6
7
8
{ {
" _____ "
,
" / _ \\ "
,
" / /_\\ \\ "
,
"/ | \\"
,
"\\____|__ /"
},
Tricky part is that there are 26 alphabets. The user will type in any alphabet. In my case here, suppose they typed in A. Well what I have to do is find the highest length of that block letter?
Topic archived. No new replies allowed.