Moving int main(){} | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
+ 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