c# - Visual Studio exit 0 -


this question has answer here:

i'm new visual studio. c# program has no errors. when try run console app shows second goes away. looked @ thread said turn off module load message tools>options>output window. however, still exit code 0. there need in main keep console open or problem?

if writing console, exit when processing done. add console.readline() or console.readkey() wait input before closing.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -