Search:

Type: Posts; User: CanadianOutlaw

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,984

    Thanks! That worked perfectly :D

    Thanks!

    That worked perfectly :D
  2. Replies
    2
    Views
    3,984

    Loading Animation

    I'm trying to creat on of the animations with the slashes as you may know.
    it looks something like this \ | / --. It almost looks something like a star * . If anyone can help me that would be...
  3. Replies
    1
    Views
    1,172

    Borland Compiler Error

    I was trying to use the pegclass in a borland compiler 5.0. I have the library downloaded and everything yet when I run it I get the error. PegClass.CPP 'PegClass::PegData is not accescible

    Does...
  4. Replies
    1
    Views
    1,314

    String Class

    I'm working with the String Class and I'm trying to get my program so that when you inpute a word it will outpute it in reverserse. ie. Test will cout tseT.

    I can get it to work for the one word...
  5. Replies
    2
    Views
    1,707

    Use the function gotoxy(x,y) cout

    Use the function
    gotoxy(x,y)
    cout << "Text Deplays Here" << endl;

    where x and y are insert values.
    a computer will be much different than a normal graph, because the far left hand corner of...
  6. Thread: Delay

    by CanadianOutlaw
    Replies
    4
    Views
    2,516

    Delay

    I'm trying to create a delay in my program so you can see when a character is being moved accross the screen.

    I know it's a for loop and I believe it goes something like this.


    int delay;...
Results 1 to 6 of 6