Thread: classes

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    224

    classes

    hi

    could some one please give me an example of a class and everything you need to make one because i dont really understand the class tutorial part on this web site

    any help would be nice

    thanx.....

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    155
    http://www.stud.fim.ntnu.no/~oystesk/CPP/htm/ch01.htm

    you can read all about classes in the appropriate sections of the book at this site--J Liberty....Teach Yourself C++ in 21 days.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    224
    could you or some one just post a well commented class on the forum with everthing a class needs

  4. #4
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    If you want to know 'everything' a class needs then you need to read a few hundred pages of a book. That wouldn't fit in a post on a messageboard and would help you more than trying to read someone elses code, well commented or not.
    zen

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. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM