hi, I started c++ not long ago and I did 2 files in 1 project.
now I know main(); will always be execute first but how do I execute only the submain();?(my other function of the file)?

pls help?

P.S.: how do I use the goto command?