CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Need help !!

  1. #1
    Join Date
    Nov 2009
    Posts
    7

    Red face Need help !!

    How am i write the coding for Highscore Table that can save the name of the player in the table! By using C# languages. Any hints pls help!

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Need help !!

    Dictionary<string,int>
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Need help !!

    What have you done so far, and what precicely are you struggling with &#191;

  4. #4
    Join Date
    Nov 2009
    Posts
    7

    Re: Need help !!

    so far only done the GUI i dunno how am i gonna write it!

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