Thread: Questions about ADT's

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    13

    Questions about ADT's

    I am currently taking my first class in C++. Most stuff I understand and can use while writing code. I am completely lost when it comes to classes, ADTs, when something should be a friend, when to make private/public, declaring your own namespace. I have read the tutorials on this website (and others) and came away with no further understanding. Can anyone recommend a good website or book that gives clear, simple, easy to understand examples of these topics?

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. New to C... questions about this code...ADTs
    By eva in forum C Programming
    Replies: 3
    Last Post: 02-24-2008, 10:07 AM
  3. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM