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

Threaded View

  1. #1
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    cross platform sockets

    Hi
    I want to make a simple application that uses sockets.
    This application should be cross platform (mainly should run on Windows / redhat Linux/ fedora) ..Or at least it should be ported easly...
    What socket libraries should I use ? can BSD sockets work for both platforms ?
    Or must I wirte the windows version using winsock ?
    Any suggestions / comments are welcome...
    Last edited by hspc; March 18th, 2005 at 08:29 AM.
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

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