473,378 Members | 1,482 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,378 software developers and data experts.

programming socket in c++

mas
hello,
I'm a computer science student and I would like to socket programmming in
c++,
where can I find material in Internet that contains information about this
topic?
I have already programmed sockets in c, but I have uncovered that some
ruotines (such as inet_iton()) have been modified, and I do not know which
are the corrisponding routines in c++.
The final idea is to be able to pass a complex object (approximately
125x4x32bit of hightly structured information) from one computer to the
other.
Thanks in advance
Massimo
massimo underscore camarda @ yahoo.it
Jul 22 '05 #1
3 1161
"mas" <massimo.ciao@ciao> wrote in message
news:sE*********************@news3.tin.it...
hello,
I'm a computer science student and I would like to socket programmming in
c++,


Sockets are not part of standard C++, so your question is off-topic here.
However there are newsgroups dedicated to socket programming (if your
target platform is Windows look for Winsock), alternatively you could also
consult a newsgroup dedicated to the OS you are using.

See also: http://www.slack.net/~shiva/welcome.txt

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl
Jul 22 '05 #2
Ian
mas wrote:
hello,
I'm a computer science student and I would like to socket programmming in
c++,
where can I find material in Internet that contains information about this
topic?
I have already programmed sockets in c, but I have uncovered that some
ruotines (such as inet_iton()) have been modified, and I do not know which
are the corrisponding routines in c++.
The final idea is to be able to pass a complex object (approximately
125x4x32bit of hightly structured information) from one computer to the
other.


C++ has no concept of sockets, all socket functions are from C libs.
You can wrap them in C++, but that's another story.

Ian

Jul 22 '05 #3
db
On Thu, 12 Feb 2004 08:17:28 GMT
"mas" <massimo.ciao@ciao> wrote:
hello,
I'm a computer science student and I would like to socket programmming
in c++,
where can I find material in Internet that contains information about
this topic?
I have already programmed sockets in c, but I have uncovered that some
ruotines (such as inet_iton()) have been modified, and I do not know
which are the corrisponding routines in c++.
The final idea is to be able to pass a complex object (approximately
125x4x32bit of hightly structured information) from one computer to
the other.


ACE: http://www.cs.wustl.edu/~schmidt/ACE.html

br
db
Jul 22 '05 #4

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

Similar topics

2
by: Jean-Philippe Guyon | last post by:
Hello, I am trying to compile a class that uses socket using the Visual C++ ..NET compiler. I get the following error: ------ Build started: Project: infCommon, Configuration: Release Win32...
6
by: John Walton | last post by:
Hello, everyone. I just began school, and they already assigned us science fair. Since I'm in 8th grade, I get to do demonstrations for our projects. I'm probably going to demonstrate Python's...
4
by: 0to60 | last post by:
I have a question about socket programming in general. Exactly what happens behind the scenes when I one socket connects to a different socket in listen mode? Using the dotnet framework, I...
3
by: zbcong | last post by:
hello i found there are three socket programming architectures from dotnet:synchronized socket,asynchronized socket and TcpListener. i know that the asynchronized socket is non-blocking socket.i...
5
by: John Sheppard | last post by:
Hi all, I am not sure that I am posting this in the right group but here it goes anyway. I am new to socket programming and I have been searching on the internet to the questions I am about to pose...
1
by: John Sheppard | last post by:
Thanks to everyone that responded to my previous Socket Programming question. Now I have run into some behavior that I don't quite understand. Programming environment. VS.NET 2003, C#, Windows...
1
by: Andrew Arace | last post by:
Hi, I'm wondering what the industry practices are for socket and internet programming. Can you provide any links to good articles on network application architecture? I have found many tutorials,...
0
by: shonen | last post by:
I'm currently attempting to connect to a shoutcast server pull down the information from here and then I'll parse it. I got this working with the httplib, which was great, the problem is I want...
8
by: =?Utf-8?B?Sm9obg==?= | last post by:
Hi all, I am new to .net technologies. ASP.NET supports socket programming like send/receive in c or c++? I am developing web-site application in asp.net and code behind is Visual C#. In...
13
by: 7stud | last post by:
I have the following two identical clients #test1.py:----------- import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) host = 'localhost' port = 5052 #server port
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...

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.