|
-
April 8th, 2003, 09:28 PM
#1
C++ Networking
hi, I was wondering that is there any c+ neworking library for linux (gcc), something easier or more c++ style thing. I have been using the socket,listen,ascccep etc system calls but some thing better should be available.
Every thing is relatively easy !
-
April 9th, 2003, 04:31 AM
#2
Get help from net..
hi, the following link has some cool code for sockets in c and c++ etc for linux.
few months back even i was wondering whether any standard library exists or not.
It seems no standard library is available, Only thing we can write our self some headers or use the existing header files available on net
check this out.. it may be helpful to you
http://www.linuxsocket.org/books/Sockets/programs/
and for general reading the following link has some interesting stuff, check this also.
http://www.geocities.com/kollurihari/hari/alllinks.html
best wishes..
[email protected]
Thanks n Regards
Harinath Reddy
Learn Hello World Program
A good scientist is a person with original ideas. A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. - Freeman Dyson
-
April 11th, 2003, 05:07 AM
#3
There is a frame work for socket programming called ACE. You can probably try it out.
Muthu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|