Hello there, I haven't got any programming expierence aside from AS2 and I've started out with C++ 2 days ago.
Yes, I used the search.
What I'm trying to do, is show: "78% done", with the percentage increasing. Now, I know how to do this, but I do not know how to make it NOT start a new line everytime.
I know how to do:
1% done
2% done
3% done
etc....
I want to do:
1% done
But with 1 % increasing every x milliseconds (not necessarily actually something loading) and staying on one line.
I hope that someone can help me and that I did not explain too vaguely.