Ok, I am starting my end of the year project for my CS class. I have already written poker, blackjack, and a menu screen. I plan to make these multiplayer using winsock but that's not important. How do I split this up into seperate .cpp files and keep it to only 1 exe? What are the scopes of each cpp file and it's functions? How do I call them? Thanks in advance.