Moving int main(){} | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Moving int main(){}

Is there a way to relocate int main() inside namespace MyNamespace or class MyClass? Any help is much appreciated! THANK YOU!

7th Nov 2019, 5:54 PM
Stephen Frey
2 Answers
+ 2
Thank you!!
7th Nov 2019, 8:11 PM
Stephen Frey
+ 1
awesome thats what i was thinking lol. one sub question.. can i int main(){ using namespace MyNamS; using MyNamS.MyClass; return 0; };
7th Nov 2019, 7:48 PM
Stephen Frey