Why can\'t I put a function after main, visual studio cannot build the program. Is this a C++ quirk or a Visual Studio quirk?
eg.
int main() { myF
specify the function declaration before calling function .So that compiler will know about return type and signature