codice:#include <iostream> using namespace std; void func2() { cout << "func2()\n"; } void func1() { cout << "func1()\n"; func2(); } int main() { func1(); system("pause"); return 0; }
codice:#include <iostream> using namespace std; void func2() { cout << "func2()\n"; } void func1() { cout << "func1()\n"; func2(); } int main() { func1(); system("pause"); return 0; }
...Terrible warlords, good warlords, and an english song