I'm an amateur c++ programer using Metrowerks CodeWarrior. I currently have a for loop that outputs text using cout. The next time the loop is called, it creates another line of text in addition to the first line. I would like the for loop to clear the output screen each time it is called so only one line is being output at a time.