CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 4 of 4 FirstFirst 1234
Results 46 to 48 of 48
  1. #46
    Join Date
    Jul 2003
    Location
    Belgium
    Posts
    19

    Thumbs up .NET indeed

    It is VS.NET indeed, but it's very easy to create a new project.
    Just add all the necessary files, add a button and link it with this code:
    Code:
    CodeWar m_CodeWar;
    m_CodeWar.initialize( 9, 9, m_Port );
    And you're all set.

    Kurt
    "GOTO's make your co-workers laugh at you"

  2. #47
    Join Date
    Dec 2009
    Posts
    109

    Re: Environment rules

    Where can I find source code for some of the creatures that have been created? I am new to Code War. So I'm not really sure of what I am supposed to create or HOW exactly to create it. If any of you could point me towards any sample programs or participant source codes, that would be great. Thanks.

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

    Re: Environment rules

    Nobody has shown any interest in this the last 7 years... Anyway, look here http://www.codeguru.com/forum/showth...r=3#post787538
    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

Page 4 of 4 FirstFirst 1234

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