0 Members and 1 Guest are viewing this topic.
Haven't coded in a minute, but I was wondering if I could have a main.cpp that would act as the guide of a program and run other .h & .cpp files with other functions in them.For example: the main.cpp would say run a function from test.cpp. And test.cpp was building a rectangle shape and building some sprites. Could I draw those shapes and sprites to the main.cpp window?Thanks