hey guys i seariously need ur help asap ihve posted this problem before but couldnt quite get it....i want to calculate the number of letters in each line...my code takes a sentence and splits it into sub sentances after white-space....e.g "am so cold" should output the following: "am
so
cold"
and stores it in a vector...all that is all set and done but in want to count the letters in each line so from the above example the following output should be:2
2
4
thanx in advance.......am a newbie at this and strings are killing me...
trying to use a counter but its not working and my code is crusshing