Home » questions » Where is the best resources for network programming?

Where is the best resources for network programming?

2006-08-05 05:38:08, Category: Programming & Design
I am looking for sites or ebooks about advanced network programming specially in windows and C++ Please note I don't want books about C++ lnguage ADVANCED NETWORK PROGRAMMING

Answers

  1. kaito k

    On 2006-08-05 05:45:27


    E-Books: http://www.relisoft.com/book/index.htm http://mindview.net/Books/TICPP/ThinkingInCPP2e.html http://www.computer-books.us/cpp.php http://www.ibiblio.org/obp/thinkCS/cpp/english/ Reference: http://www.dinkumware.com/manuals/ http://cppreference.com/ http://www.open-std.org/jtc1/sc22/wg21/ http://www.codepedia.com/1/CCplusplus http://cmeerw.org/prog/freecpp/ =)
  2. Leon Spencer

    On 2006-08-12 23:49:45


    Hi. Good question. I've dealt with numerous projects that involved networking programming. Depending on what level you're programming at, most of the semantics can be the same. For example, using BSD socket abstraction is similar C++ and Java. Try the following resource: http://www.cs.utk.edu/~dunigan/cs494-unp/resources.html -Leon S