Thread: C++ classes

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    207

    C++ classes

    I looked up "class" and "classes" in the FAQ, but didn't see anything.

    Are there any REALLY AWESOME online tutorials for classes? Specifically how they're used in games would be considered awesome. And taught at a "For Dummies" level would be helpful too.

    mw
    Blucast Corporation

  2. #2
    ^ Read Backwards^
    Join Date
    Sep 2005
    Location
    Earth
    Posts
    282
    Try the tutorials section of this site to start with.
    http://www.cprogramming.com/tutorial.html
    http://www.cprogramming.com/tutorial/lesson12.html
    http://www.cprogramming.com/tutorial/class_design.html

    Nothing beats a good book though man. Hit your local library and find some C++ books.

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    207
    Thanks! I didn't even know those were there! :-)

    mw
    Blucast Corporation

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Multiple Inheritance - Size of Classes?
    By Zeusbwr in forum C++ Programming
    Replies: 10
    Last Post: 11-26-2004, 09:04 AM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  5. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM