The internet and C ++, is it possible? [Archive] - C Board

PDA

View Full Version : The internet and C ++, is it possible?


Unregistered
06-22-2002, 08:44 AM
I was wondering if it is possible to hook a C++ game up to the internet to allow multiple users to paly at once. Is their a semi-easy way to do this?

valar_king
06-23-2002, 03:21 PM
well how do you any games go online?

mickey
06-26-2002, 10:16 PM
yep, you could try and use DirectPlay, :)

Sayeh
06-27-2002, 09:07 AM
Well, I supposed you could get a book and learn how to write for TCP/IP yourself. Or purchase a library, or perhaps download a free one.

Unregistered
06-27-2002, 04:12 PM
hmmmmmm. I never thought about that... What about using telnet?

Driveway
06-28-2002, 02:27 PM
winsock

master5001
07-01-2002, 02:23 AM
Yes it is possible, in fact you can do and only have to add about 60 lines of code to your source. But, alas, I don't know what you are doing and won't be specific. Look up some winsock tutorials.

Neonpricetag
07-15-2002, 10:19 PM
hm...... i cant find any winsock tutorials be to be more specific i am trying to make a text based mud. I know, I know, dowload a rom, but i want to be like the duki and make it myself for the learning experience...

red_baron
07-16-2002, 03:07 PM
http://www.hal-pc.org/~johnnie2/winsock.html

http://www.district86.k12.il.us/central/activities/computerclub/Tutorials/Winsock/Index.htm

http://www.prometeo.ucauca.edu.co/diplomado/modulos/modulo3/tutoriales/CBuilder%20Winsock%20Tutorial/borland_c_builder.html

http://www.developerfusion.com/show/2148/

http://www.google.com

etc.

etc.

etc.

Troll_King
08-02-2002, 10:05 AM
Originally posted by Sayeh
Well, I supposed you could get a book and learn how to write for TCP/IP yourself. Or purchase a library, or perhaps download a free one.

I agree with this. In addition when you think about it, your web browser was written in C++, the real question is whether or not the interent is possible without C++.