newbie-question: networking

Z

Zeppe

TK said:
Hi,

how can I do networking with C++?

Thanks for help.

Unfortunately there is nothing in the standard c++. Use have to choose a
platform in which you want your code to be run and then use a library. A
good multi-platform, free for non-businness purpose, is Qt
(http://trolltech.com/products/qt). Enjoy!

Regards,

Zeppe
 
A

Alf P. Steinbach

* TK:
how can I do networking with C++?

By either using a networking library, or writing one yourself in terms
of more basic functionality (the latter will generally be non-portable).

Cheers, & hth.,

- Alf
 
V

Victor Bazarov

TK said:
how can I do networking with C++?

You'll need to use some kind of OS-specific mechanism (directly, or
indirectly through some portable library). Not topical here, though.

V
 
A

AnonMail2005

Hi,

how can I do networking with C++?

Thanks for help.

o-o

Thomas
Look for "asio C++" on google. It will turn up a cross
platform C++ library for networking with sockets.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

newbie: Qt 1
Newbie 0
Algoexpert for a beginner 0
Getting a Developer Job 1
New guy 1
Bidirectional Networking 19
Just starting out 1
networking libraries 11

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top