About Multiple main()
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi guys iam new to dis i think so every will help me hear's my Question In c# multiple main() is possible and i have problem dat i cannot compile & run it prompt,but i can do it in VS.5. :-O chella
-
Hi guys iam new to dis i think so every will help me hear's my Question In c# multiple main() is possible and i have problem dat i cannot compile & run it prompt,but i can do it in VS.5. :-O chella
In C# if u use IDE the mutilple Main() is not possible. But u can use multiple Main() with different return type. and u have to comiple it with "csc" command line compiler giving appropiate option. Through VS.Net IDE it will give error