Hey guys. I'm new here, but I got a question regarding Bloodshed
I'm using the screen ("cls") operator. It clears my screen, like I want it to, but I also have an Intro() function, (void Into(void) ). I don't want that to clear. How can I get it to do this?
There is no good reason in clearing the screen.
A user which uses you program is propably smart enough to type cls into console and clear the screen it self.
why would you want to clear the screen, what if user do not want that?
I'm making a Banking Program, where after the user has finished, say, depositing a certain amount of money, the screen will clear and the menu will show again. But my Intro () Function clears. Which, like I said, I don't want it to
Oh haha, I didn't even catch the typo. I just felt like conveying your point as well. In case you didn't catch it OP, Bloodshed Dev-CPP is not meant for use :D