473,386 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Book concerning Network Programming

Mex
Hi,
I'm looking for a good book for beginners about Network Programming.
Besides Stevens' book, I would like something specific for C++
language. Any suggestions?

Thanks in advantage,
Massimo
Jan 3 '08 #1
9 2339
Mex wrote:
I'm looking for a good book for beginners about Network Programming.
Besides Stevens' book, I would like something specific for C++
language. Any suggestions?
Suggestion: ask in the newsgroup dedicated to your OS. Network
programming is OS-specific. C++ language has no network programming
mechanisms.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jan 3 '08 #2
Mex <ma**************@gmail.comwrote in comp.lang.c++:
Hi,
I'm looking for a good book for beginners about Network Programming.
Besides Stevens' book, I would like something specific for C++
language. Any suggestions?

The C++ standard doesn't mention anything about networking, however there
are C++ communities built up dedicated to portable network programming.

To achieve portable network programming, they produce a "cross-platform
library" which people can use in developing a network application which
will run on the likes of Windows, Linux, Mac, Playstation 3.

There's currently no newsgroup in place for discussing cross-platform
programming in C++, which is why I've proposed the creation of
comp.lang.c++.cross-platform. Voting should start in the next day or two
(there's a load of red tape crap at the minute).

I'd appreciate if you'd vote.

--
Tomás Ó hÉilidhe
Jan 5 '08 #3
On Jan 5, 7:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:

[...]
There's currently no newsgroup in place for discussing cross-platform
programming in C++,
Cross-platform C++ is precisely the subject of this group.

--
James Kanze (GABI Software) email:ja*********@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Jan 6 '08 #4
LR
James Kanze wrote:
On Jan 5, 7:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:

[...]
>There's currently no newsgroup in place for discussing cross-platform
programming in C++,

Cross-platform C++ is precisely the subject of this group.
Then perhaps the group should get a better, more descriptive name?

comp.lang.c++.non.standard.libraries.many.wish.for ?

Something else?

What would you suggest?

LR
Jan 6 '08 #5
On Jan 6, 3:54 pm, LR <lr...@superlink.netwrote:
James Kanze wrote:
On Jan 5, 7:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:
[...]
There's currently no newsgroup in place for discussing cross-platform
programming in C++,
Cross-platform C++ is precisely the subject of this group.
Then perhaps the group should get a better, more descriptive
name?
The name seems very clear to me. The subject of the group is
C++. Not Windows, nor Unix, but C++. The classical explination
for determining if something is on subject is: if the answer
would be the same in different languages, but different for
different platforms, it's off subject---if the answer would be
the same on different platforms, but different in different
languages, it's on subject. What does "cross-platform" mean, if
not "the same on different platforms"?
comp.lang.c++.non.standard.libraries.many.wish.for ?
And how much discussion could there be about that? Once you've
posted what you want ("I'd like a library to manage cooking
recepes"), what else could be said.
Something else?
What would you suggest?
Posting platform independent questions concerning C++ here,
where they belong.

--
James Kanze (GABI Software) email:ja*********@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Jan 7 '08 #6
On Jan 7, 5:57*am, James Kanze <james.ka...@gmail.comwrote:
On Jan 6, 3:54 pm, LR <lr...@superlink.netwrote:
James Kanze wrote:
On Jan 5, 7:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:
* * [...]
>There's currently no newsgroup in place for discussing cross-platform
>programming in C++,
Cross-platform C++ is precisely the subject of this group.
Then perhaps the group should get a better, more descriptive
name?

The name seems very clear to me. *The subject of the group is
C++. *Not Windows, nor Unix, but C++. *The classical explination
for determining if something is on subject is: if the answer
would be the same in different languages, but different for
different platforms, it's off subject---if the answer would be
the same on different platforms, but different in different
languages, it's on subject. *What does "cross-platform" mean, if
not "the same on different platforms"?
comp.lang.c++.non.standard.libraries.many.wish.for ?

And how much discussion could there be about that? *Once you've
posted what you want ("I'd like a library to manage cooking
recepes"), what else could be said.
Something else?
What would you suggest?

Posting platform independent questions concerning C++ here,
where they belong.

--
James Kanze (GABI Software) * * * * * * email:james.ka...@gmail.com
Conseils en informatique orientée objet/
* * * * * * * * * *Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
I think he refers to a newsgroup about cross platform libraries. For
example, even though its not platform specific, if I were to ask a
question about GTK, you would tell me in not so many words "THATS NOT
PART OF C++, ITS A LIBRARY!!!! GO AWAY, I HATE YOU!!!!!!!!! <cry...>
<drool...>". Cross platform questions that are not nessessarily
related to standard c++ specifications.
Jan 9 '08 #7
On 2008-01-09 17:03, sassa wrote:
On Jan 7, 5:57 am, James Kanze <james.ka...@gmail.comwrote:
>On Jan 6, 3:54 pm, LR <lr...@superlink.netwrote:
James Kanze wrote:
On Jan 5, 7:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:
[...]
There's currently no newsgroup in place for discussing cross-platform
programming in C++,
Cross-platform C++ is precisely the subject of this group.
Then perhaps the group should get a better, more descriptive
name?

The name seems very clear to me. The subject of the group is
C++. Not Windows, nor Unix, but C++. The classical explination
for determining if something is on subject is: if the answer
would be the same in different languages, but different for
different platforms, it's off subject---if the answer would be
the same on different platforms, but different in different
languages, it's on subject. What does "cross-platform" mean, if
not "the same on different platforms"?
comp.lang.c++.non.standard.libraries.many.wish.for ?

And how much discussion could there be about that? Once you've
posted what you want ("I'd like a library to manage cooking
recepes"), what else could be said.
Something else?
What would you suggest?

Posting platform independent questions concerning C++ here,
where they belong.

--
James Kanze (GABI Software) email:james.ka...@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

I think he refers to a newsgroup about cross platform libraries. For
example, even though its not platform specific, if I were to ask a
question about GTK, you would tell me in not so many words "THATS NOT
PART OF C++, ITS A LIBRARY!!!! GO AWAY, I HATE YOU!!!!!!!!! <cry...>
<drool...>". Cross platform questions that are not nessessarily
related to standard c++ specifications.
No, but those that are not are better answered in groups dedicated to
that subject. So if you have a question about GTK ask it in a GTK group.
My experience with groups that have very broad topics (such as all
libraries that can be used in cross-platform development) is not very
positive. In general the experts on a subject will be found in a group
that limits itself to that subject.

--
Erik Wikström
Jan 9 '08 #8
On Jan 5, 12:41 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:
Mex <massimo.canon...@gmail.comwrote in comp.lang.c++:
Hi,
I'm looking for a good book for beginners about Network Programming.
Besides Stevens' book, I would like something specific for C++
language. Any suggestions?

The C++ standard doesn't mention anything about networking, however there
are C++ communities built up dedicated to portable network programming.

To achieve portable network programming, they produce a "cross-platform
library" which people can use in developing a network application which
will run on the likes of Windows, Linux, Mac, Playstation 3.

There's currently no newsgroup in place for discussing cross-platform
programming in C++, which is why I've proposed the creation of
comp.lang.c++.cross-platform. Voting should start in the next day or two
(there's a load of red tape crap at the minute).

I'd appreciate if you'd vote.

--
Tomás Ó hÉilidhe
Are you ever going to cease your thread hijacking?
Must you turn every OT post into an argument about your silly
newsgroup proposal that will never happen? Just because it is OT does
not make it a canidate for your fantasy newsgroup. If by some miracle
you succeed in getting it added to usenet and the entire .00001 people
with expertise that bother to answer questions there do so, how is it
going to help anyone exactly? Don't you think people with networking
expertise are going to frequent groups like:

comp.os.ms-windows.programmer.tools.winsock
comp.os.linux.networking
comp.os.ms-windows.programmer.networks
alt.winsock.programming

before they frequent some group called "comp.lang.c++.cross-
platform"????!!!!

Do you intend on answering all the OT questions that get routed there
yourself? Or are you hoping on a miracle that some other group of
experts reads threads in that group out of the kindness of thier
hearts just for you?

questions without answers are like trees that fall in the forest when
no one is there...
Jan 9 '08 #9
On Jan 9, 5:03 pm, sassa <computr...@gmail.comwrote:
On Jan 7, 5:57 am, James Kanze <james.ka...@gmail.comwrote:
[...]
Posting platform independent questions concerning C++ here,
where they belong.
I think he refers to a newsgroup about cross platform
libraries. For example, even though its not platform
specific, if I were to ask a question about GTK, you would
tell me in not so many words "THATS NOT PART OF C++, ITS A
LIBRARY!!!! GO AWAY, I HATE YOU!!!!!!!!! <cry...<drool...>".
Cross platform questions that are not nessessarily related to
standard c++ specifications.
Not everyone is very polite about it, but in that particular
case, I think that they are just trying to help you. There's
more than just topicality at stake: you have a much better
chance of getting a correct and usable answer in a GTK group (or
mailing list). That is, after all, where the experts for GTK
are most likely to be found.

--
James Kanze (GABI Software) email:ja*********@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Jan 9 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: mch2k2 | last post by:
Hello All I have just started working on Pyhton. I need urgent help regarding Python Network Programming. I want the elctronic version of the Book: Foundations of Python Network programming by...
12
by: G. | last post by:
Hi all, During my degree, BEng (Hons) Electronics and Communications Engineering, we did C programming every year, but I never kept it up, as I had no interest and didn't see the point. But now...
8
by: Corrupted Mind | last post by:
I have just finished the K&R's book. And, I would like to know what to forget and add to the teaching of K&R? I ask this because I know that no book is perfect, nor complete. ( even if they are the...
5
by: Terry | last post by:
Could someone please suggest me a good book to learn network programming. I have been programming in C#/VB.NET/VB 6.0 and have also used a bit of C++ (not MFC/ATL/COM) I am a total novice when...
0
by: IceColdFire | last post by:
Hi, Kindly refer me best pdf book for TCP/IP network programming in C#. Free pdf would be appreciated., Thanks C# Pro
0
by: Chang | last post by:
Hello, I want to know what book is best/better for C# Network Programming. Please reply only when you have read that book as I am not interested in list of book names. Thanks, Chang
9
by: Katie Tam | last post by:
I am new to this filed and begin to learn this langague. Can you tell me the good books to start with ? Katie Tam Network administrator http://www.linkwaves.com/main.asp...
10
by: Rob Kendrick | last post by:
Hi, I'm a C programmer of (I'd like to think) intermediate skill and experience, able to throw most things together quite happily in C. I'd like to get to the point of being able to...
8
by: Nomen Nescio | last post by:
Hey, this is Ajun from a Bangladesh outsource company. Han has hired me to do the English writing for his comp.lang.c posts. The subject line has been changed, which may affect archival...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.