Problem with strings.Just wondering, What's the use of [code]' '[/code] in [code]string en( boom.size(), ' ');[/code]?
Problem with strings.Thanks a lot Chervil. I added this on line 24 [code]string en=boom; [/code] and it worked fine. Is t...
Homework problem.[quote]when you use cin>>boom, it only reads to the first whitespace, not to the '\0'.[/quote] Yes,...
Problem with strings.This program compiles with no errors and works fine till line 24, but as I press Enter it pops up a ...
Homework problem.Stewbond, Thanks , But I know how to do it by using strings, but the thing is my professor doesn't w...