Thanks, that works. I thought I'd tried that but it complained about my forward declaration. I erroneously thought it was telling me I couldn't do it, but I guess I had the format of the decl wrong.
Thanks
Jim.
Kdevelop (google it) has a lot of supporters and is supposed to be quite good. I'm of the old school, I started developing via punched cards, so I didn't grow up with IDEs and don't use them too often. Make, vi and gdb seem to get me by just fine.
Jim.
I'm writing a server that will run in a separate thread. Since I'm using a Thread class, the server is written as a class by itself. However I need for the server to access some of the data that is in the main class.
So I have instantiated the class like so:
ServerThread serv;
in the class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.