User profile: paper32

User info
User name:paper32
Email:lesserhunter@yahoo.com
Name:Tom
Location:Pennsylvania
History
Joined:
Number of posts:34
Latest posts:

Every other word
At line 45, is there another way to break out of that loop so it prints the correct amount of stars?

Every other word
alright i got my program working but where i have if (i > length) is there any other way you guys co...

Every other word
while ( str[i] < length ) //while str[i] is less than the length of the actual string of characters ...

Every other word
Ok now why wont this stop repeating infinetly [code] #include <iostream> #include <cstring> using ...

Every other word
okay, say i remove the i variable entirely, and it is just while (str !=0) shouldn't it read through...