CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.20 seconds.

  1. Re: problematic Main need help to understand how to use the main

    I respectfully disagree. Make them private, and if you need to call them from another assembly afterwards (or if you know you are going to call them from another assembly or class), only then make...
  2. Re: problematic Main need help to understand how to use the main

    You break up a method by putting blocks of code into additional methods.

    For example, you could make the Main method smaller by pulling out the code in each of the case statements into separate...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured