Building an executable involves translating your C++ code from text languageĀ into a binary file. Running the file runs your game program, which is just the code text that occurs in the main() function between { and }.
Building an executable involves translating your C++ code from text languageĀ into a binary file. Running the file runs your game program, which is just the code text that occurs in the main() function between { and }.