PDA

View Full Version : making a socket-server (XML)



Johnny64
December 29th, 2003, 01:16 PM
Hoi

Does anyone know if you can program (make) a socket-server(XML) with C, C++ or Basic?
I know you can make one with Java but I what to try and make my own one that also can be recognised by windows(in .exe form).

thanx M64

-if a mod knows a better place for this thread please do move it :)

thoriphes
December 29th, 2003, 01:27 PM
Originally posted by Master64
-if a mod knows a better place for this thread please do move it :) that indeed I do.

Johnny64
December 29th, 2003, 01:30 PM
thanx ;)

λ
December 29th, 2003, 01:34 PM
You can write socket servers in PHP if you want... there was a tute on www.zend.com about it a while ago.

Unfortunately, their site seems to be down at the moment...

Johnny64
December 29th, 2003, 02:01 PM
thanx =)
will look into that :)


but still what to know my first Q :P

Jubba
December 29th, 2003, 05:06 PM
NJS: http://www.zend.com/zend/tut/tutorial-staub3.php

theres the link to the PHP socket...

yes its possible to create one in C++

http://www.google.com/search?hl=en&ie=utf-8&oe=utf-8&q=C%2B%2B+XML+socket+server

Johnny64
December 30th, 2003, 08:21 AM
thanx :)