User | Post |
BakedBeans
Since: 05-03-02 From: Vancouver Rating: 10 (400 pts)
Since last post: 8031 days Last activity: 7961 days
|
|
I think I tried some internet stuffs a while back when I used to work on Visual Basic. These days I do practically everything in C/C++, so does anyone know of a good free library that I could use to get an application to talk over the internet?
You know, something with simple commands like
(server)
ListenToPort(&callbackfunction, 6667)
(client)
ConnectToServer(IPaddress, 6667, &callbackonsuccess)
(both)
sendData(char* data)
OnDataRecieve(char* data)
I'm sure there's one out there that could be as simple as this, it's just I'm not sure where a good one is. Any suggestions?
Ps. A library that would also support connections over a lan, UDP, IPX, TCP/IP Lan, etc... would be great |
pragma7
Since: 04-26-02 From: USA, NJ
Since last post: 8038 days Last activity: 8052 days
|
|
There's an activeX control library out there called packetX...you may want to look into it. It's simple as can be...I personally don't like it, but it looks like it will suit your needs fairly well.
Rob |
Doomcraft
Since: 04-28-02 From: Portugal
Since last post: 8188 days Last activity: 8177 days
|
|
I think winsock.h has some internet functions to use with visual C++.
-------------------- And once again our friend, and semi-hero posts again....
|