Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jeeembo

    Clearing the output screen

    i did a search and found the following solution which seems alot simpler. I do like the time thing though, thanks for the reply! #include <iostream> #include <stdlib.h> using namespace std; int main () { for(;;) { cout << &quot;Hello world !&quot; <<endl...
  2. Jeeembo

    Clearing the output screen

    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...
  3. Jeeembo

    Codewarrior predefined value of pi

    is there a predefined value of pi avaliable in Metrowerks Codewarrior??

Part and Inventory Search

Back
Top