Main.cpp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A main source file is the starting point for any Dreamcast program. The first run function will be int main(int argc, char **argv), and thus the file it resides in is considered the main source file. It is typical to name this file something like main.cpp, or perhaps game.cpp, or the name of your program with .cpp attached. For the purpose of this tutorial, we will refer to it as Main.cpp. Create a new text file called Main.cpp, and open it to begin editing. === Heade...") |
(Blanked the page) Tag: Blanking |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||