Every other wordAt line 45, is there another way to break out of that loop so it prints the correct amount of stars?
Every other wordalright i got my program working but where i have if (i > length) is there any other way you guys co...
Every other wordwhile ( str[i] < length ) //while str[i] is less than the length of the actual string of characters ...
Every other wordOk now why wont this stop repeating infinetly [code] #include <iostream> #include <cstring> using ...
Every other wordokay, say i remove the i variable entirely, and it is just while (str !=0) shouldn't it read through...