0
How do I make one section of code link to another
3 Answers
0
you mean you want to pass some informations around or what?
0
Like go from int main() to another with out it closing do i just make the return false or what
0
you can just make a funcion and use it inside your main(). it can even be another main if you like to!