954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Networking in c++

Hi,

I am looking for some advice here.I have basic knowledge of C++ and regularly write programs in it.I haven't tried anything related to networking in it.I want to start now and I'm clueless about the possibilities.I am novice in knowledge of networks and people have recommended many books but I am able to actually see any options in networking.What are the ways I can mix programming knowledge and networking ? What are the books that will help me in this?

Prasanna.

IndianaRonaldo
Light Poster
39 posts since Jan 2011
Reputation Points: 7
Solved Threads: 1
 

When you say you have basic knowledge how basic do you mean?
whats the most difficult concept you understand?
classes, structures, arrays?

L3gacy
Light Poster
38 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 

Hi, I am looking for some advice here.I have basic knowledge of C++ and regularly write programs in it.I haven't tried anything related to networking in it.I want to start now and I'm clueless about the possibilities.I am novice in knowledge of networks and people have recommended many books but I am able to actually see any options in networking.What are the ways I can mix programming knowledge and networking ? What are the books that will help me in this?

Prasanna.


I think the best way would be using third party library to avoid problem of coding for multiple platform issues. these are few libraries I can think of that support networking:
1. POCO Library
2. Boost Library
3. wxWidgets (+GUI elements)
4. QT (+GUI elements)
5. GTK+/GTKmm (+GUI elements)

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: