Search:

Type: Posts; User: Lesshardtofind

Search: Search took 0.01 seconds.

  1. I had been taught escape sequences were standard....

    I had been taught escape sequences were standard. How about a char with the ASCII value of 13 then would that work on all systems?
  2. Why not just use the carriage return escape...

    Why not just use the carriage return escape sequence? Something like.


    while(scrolling){
    std::cout<<string<<"\r";
    PauseForABit();
    MoveStringOverByOne();
    CheckForEndingCondition();
    }
Results 1 to 2 of 2