[fpc-pascal]Where can I learn more about Objects? (How to make a list of objects)

Michael Vogel icarus at dabo.de
Sun Jun 10 20:03:00 CEST 2001


Hi!

I managed to get my TCP-functions to work correctly (reading with the 
"Recv"-function instead of reading with "readln" was the solution) (*)

Now I want to implement the different protocols. 

I programmed some years ago with Delphi, so I now, what's possible with 
Pascal and objects, but I don't really know _how_ I can do it ... ;-)

What I want to do:
I have got a SMTP-object. The headers should be a list of objects, but I 
don't really know, how to do it.

Are there any sample programs that can teach me this? Is there any 
documentation I can use? What about Delphi-books?

Later, when I finished the SMTP-object, I will implement the POP3-object. 
There the messages should be a list of objects of the POP3-object.

The headers of an object should be a list of objects of a message, and so on.

I think it's a good concept, I only need a hint for the coding ...

Thanks!

Michael

(*) PS: I guess it's a bug. Do I have to write a bugreport or do the 
developers are reading here in the mailinglist?
-- 
"... And remember: if you don't like the news, go out and make some of
your own."
        	-- "Scoop" Nisker, KFOG radio reporter
		   Preposterous Words




More information about the fpc-pascal mailing list