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

Search:

Type: Posts; User: Thromshall

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    10,574

    C# Sockets for Game

    So I am trying to figure out how to send information(like player coordinates, health, etc) from one client to another (peer to peer or server/client; doesn't matter). What is the methodology to do...
  2. Replies
    5
    Views
    25,318

    Re: C# networking for absolute beginner

    Yeah I have been researching this for at least four or five hours. I am understanding most of the principles of socket programming. But I can't find any samples that go into depth on the syntax
  3. Replies
    5
    Views
    25,318

    Re: C# networking for absolute beginner

    My only problem is I need very detailed samples. I want to know why I'm writing code instead of just writing it and hoping it works.
  4. Replies
    5
    Views
    25,318

    C# networking for absolute beginner

    I am very familiar with C# and have been tinkering with XNA to increase my knowledge as well as become familiar with programming techniques with an emphasis on game development.

    One thing I feel...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured