User profile: powerIien

User info
User name:powerIien
Old user name:powerLien
History
Joined:
Number of posts:2
Latest posts:

Using main to immediately call another function?
Is it okay to use main as just the entry point and immediately skip to another function? Here's an e...

How to jump around in the code?
I'm making a text adventure in C++, and I would like to know how to jump around in the code for each...