Add new source files to a project

I know that I can use int main () only once. What can I use to the new source file that I would like to add to the project?
Last edited on
you would put some other function,
you would put class definition,
etc etc..

then you call that function from main function.
Thanks codekiddy
Topic archived. No new replies allowed.