Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2005

Tip: Looking for answers? Try searching our database.

TCP stream?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob Altman - 13 Mar 2005 23:25 GMT
Is there a stream class that handles TCP/IP or UDP/IP, or a Socket class to
serve the same purpose, hiding somewhere in the unmanaged C++ standard
library?

 - Bob
Carl Daniel [VC++ MVP] - 14 Mar 2005 04:54 GMT
> Is there a stream class that handles TCP/IP or UDP/IP, or a Socket
> class to serve the same purpose, hiding somewhere in the unmanaged
> C++ standard library?

Not in the standard library, no (the C++ standard doesn't admit to the
existence of "exotic" things like sockets).

MFC, I believe, has classes that encapsulate TCP/UDP socket work.  You might
also look at other librtaries like ACE:

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

-cd
ismailp - 15 Mar 2005 00:45 GMT
MFC shold have CArchive support (as far as I remember from my
black-and-white memories).

You can, however, roll your own network stream classes in an
STL-friendly way, if this is your intent. There was an STL-compatible
network stream library, search in google groups.

Ismail

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.