Hey fellas, two quick questions about programming a console app with the stl: 1) Is there any portable (non system dependent way) to clear the screen of the console? I imagine running a system("cls") call would do the trick in windows, but like I said, I'm looking for portability... 2) Is there a pre-canned class or object that does output buffering? ...