Network code example
BCS
ao at pathlink.com
Fri May 18 12:55:15 PDT 2007
Reply to Yoda,
> BCS Wrote:
>
>> Reply to Yoda,
>>
>>> Hello,
>>> I have found these language short time before.
>>> I even found a german Book: http://www.steinmole.de/d/d_buch.pdf
>>> But there is nothing writen about network programing.
>>> Please can some one give me a small example code for a telnet
>>> conection? Thanks! That will be great.
>>> greeting
>>> Yoda
>> under the digitalmars.D NG there is a thread title "Can't work with
>> sockets" (5/6/07) There is a short "make a connection" program that
>> should get you started
>>
> Thanks, I have found it.
>
> But I think it is for me not possible to make these up to work like
> telnet. Because I am not a programer, I am a beginner...
>
> I think, I have to wait...
>
for the most part, telnet just takes the keyboard input and stuffs it down
the pipe and take the stuff coming back over the pipe and stuffs it on the
screen. You can get away with not knowing much about the actual standard
if you don't plan on doing anything fancy.
More information about the Digitalmars-d-learn
mailing list