CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    very basic question

    hi all ,

    I am too new to c# programming.
    I started vc2010 express and console project.
    I added a public class and public function in the class.
    While calling that class function from main in program.cs
    I needed to declare them as static also.

    Pl explain the use of static declaration .. when and how to implement ?

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: very basic question

    You either need a book or an online tutorial to get you up to speed with the basics. Maybe this link can help you a bit further on the road http://channel9.msdn.com/Series/C-Sh...lute-Beginners
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured