CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2002
    Posts
    1

    Broadcast tool programming

    Hi all, I'm writing a broadcast tool using Socket in C++.
    My tool's got two parts: Sender and Listener. If Sender sends a message, all Listeners will receive and display it on screen.
    Can I use IP adress 255.255.255.255 in Sender side to broadcast its messages to any host in my network.
    If it's possible, please send to me ([email protected]) some code about this.

    Thanks in advance,
    Duy
    email: [email protected]
    Last edited by duyvq; December 5th, 2002 at 01:41 AM.

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