Networking for Dummies

Started by
3 comments, last by TLAK1001 17 years, 11 months ago
Hey all, I am currently trying to program a networked database. Can someone please send me the URL for a really good C++/windows/Dev-C++ tutorial for networking? I have spent hours combing google, and found nothing good. Thanks, TLAK
Advertisement
Quote:I am currently trying to program a networked database.

There are lots of tutorials available for simple database clients that talk to SQL Server or MySQL so I am assuming you want something more.

A little more information might be helpful to narrow down the search criteria.


Evillive2
Good point

I am brand new to network programming (I know absolutely NOTHING so far) and I want to know how to transfer data between several clients and a server computer (as well as client to client).

Thank you,
TLAK
Ok, so this has nothing to do with something like SQL Server or MySQL then. You might want to look in the Multiplayer and Network Programming forum here and make sure to read the forum FAQ first.

If you don't find any help through the Q and A or links in the FAQ you may want to look for tutorials on simple client/server chat programs and see if those help.
Evillive2
Perfect!

Those are some really good links. Thank you very much!

Tlak

This topic is closed to new replies.

Advertisement