Main can not be inline in C++.
Compiler start program invocation by calling main method and if main is inlined there wont be any address for main method and compiler wont be able to call main (off-course depend on linker )
Compiler start program invocation by calling main method and if main is inlined there wont be any address for main method and compiler wont be able to call main (off-course depend on linker )
Comments
Post a Comment