How to make a server in a class?

edited September 2017 in How To...

I was working on a small chat program, and when it came to initializing the client, it asked for the parent, which according to the reference should be "this" which doesn't work when initializing in a different class. How should I go about doing this?

Tagged:

Answers

  • ... it asked for the parent, ...

    What is the datatype of that parent parameter? :-/

Sign In or Register to comment.