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 TouchToneTommy 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: *

  • Users: hylian90
  • Content: Threads
  • Order by date
  1. hylian90

    What's a good Windows Programming starter book?

    Hey, y'all. I'm posting because I just got my hands on three Borders gift cards!! :) But, back to the point, I know I want to get a book on Windows Programming in C++. Problem is, I'm not sure which book I want to get. So, do you guys have any suggestions? :\...
  2. hylian90

    Syntax error, but I can't spot it

    Once again, I'm having serious OOP problems. I just compiled a program I've been working on, and got ten errors. I've managed to get it down to two syntax errors, but I can't seem to find them!! I'll post a snippet of the code my compiler is marking as bugged. If you need the WHOLE code, I can...
  3. hylian90

    Question about protected variables

    Hey y'all. I have a question about protected variables within a class. Let's say you have a base capability class called BASE, and two derived classes, DERIVED1 and DERIVED2. Each of these derived classes has three protected variables. My question is this: Can DERIVED1 access DERIVED2's...
  4. hylian90

    Having issues with capability classes/polymorphism

    Hey, y'all. As the thread title suggests, I'm having trouble with capability classes in the C++ language. Basically, I have a capability class and two derived classes from it. All of these are .hpp header files. The capability class has a virtual method which is overridden in both derived...

Part and Inventory Search

Back
Top