Search:

Type: Posts; User: MasterOfTheBass

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,430

    Thanks for the help, but i just figured out what...

    Thanks for the help, but i just figured out what was wrong. It kept the other stuff in the output buffer so...
    cout << "Please wait";
    for(int c=0;c<3;c++)
    {
    cout << ". ";...
  2. Replies
    2
    Views
    1,430

    Time Pause

    Hi I was wondering how I could have a pause in the program for a certain amount of time. Something like this:

    #include <stdio.h>
    #include <time.h>
    #include <iostream>
    using namespace std;
    ...
  3. Replies
    7
    Views
    969

    usaco.org

    usaco.org
  4. Replies
    3
    Views
    1,439

    Help With Unhandled Exception

    Hey everyone. I'm new to this forum and I have a problem that I can't figure out what is wrong. This program is for a USACO program called Name That Number, which makes you search through a...
Results 1 to 4 of 4