in one of my very first projects i used a function that i learned later on wasnt good to use ever.
the function was System("CLR");
i know that it is never good to use this function but i haven't been able to find a different way to achieve the same result.
the idea is that i can call the function to remove all displayed text from the screen at specified points. This will prevent the player from needing to scroll at all...
yeah i haven't gotten to learning how to code a graphics game in C++ yet(in school for game programming). Have done console programming to start, just trying to get something done for my portfolio.