Thread: trouble with classes.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    163

    trouble with classes.

    edit: actually I just figured it out. The problem was the struct. apparently it can't go there. New question. How can I use a struct in a class? Or should I just make a whole new class for that data?

    edit again: Well, I feel special. I just forgot a semi-colon after the struct. So, I answered my own questions. I may have more later though!
    Last edited by System_159; 09-19-2006 at 07:22 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. having trouble using classes
    By rainman39393 in forum C++ Programming
    Replies: 2
    Last Post: 09-28-2008, 02:45 AM
  2. Trouble with private portion of Classes
    By SoBlue in forum C++ Programming
    Replies: 3
    Last Post: 01-22-2007, 05:32 PM
  3. Having Trouble Understanding Classes
    By prog-bman in forum C++ Programming
    Replies: 1
    Last Post: 05-19-2004, 12:44 PM
  4. Trouble Understanding Classes and Objects. Please Help.
    By Jeffcubed in forum C++ Programming
    Replies: 4
    Last Post: 12-06-2002, 02:23 PM
  5. Trouble with classes
    By PorkyChop in forum C++ Programming
    Replies: 3
    Last Post: 11-27-2002, 02:43 PM