Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SearchMe

    How do I get data from the class that instantiated me?

    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.
  2. SearchMe

    IDE

    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.
  3. SearchMe

    How do I get data from the class that instantiated me?

    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...

Part and Inventory Search

Back
Top