Okay, this is a wierd problem. I'm using VC++ on Windows 2000 and I am trying to program within console.

Well, I have a big problem. When I try to compile a program, it gets all wierd. Whenever I compile, it always plays the code in different order. Like, if I get input, perform an operation on it, and I output text, it sometimes outputs text, gets input, and performs the operations. That was just an example. Does anyone know how to fix the problem?