Thread: One quick question...

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

    Talking One quick question...

    Should i learn using classes first or learning about pointers first?


    Or does it matter?

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    Depends what you what to do, you can use classes without pointers and pointers without classes, although it'd best to know about both.
    zen

  3. #3
    Registered User Strider's Avatar
    Join Date
    Aug 2001
    Posts
    149
    Doesn't matter. They can act independent of each other, however, often they are incorporated into the learning process at the same time.

    I would recommend you at least have a general understanding of both. What you choose to study first is up to you, though.

    David
    One Ring to rule them all, One Ring to find them,
    One Ring to bring them all and in the darkness bind them
    In the Land of Mordor where the Shadows lie.

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    2
    Alright thanks alot guys.

    Some places introduced pointers first and some of my books introduced classes first so i wasn't really sure which i should start with.

    Thanks for the replies.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Very quick math question
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 10-26-2005, 11:05 PM
  2. very quick question.
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 07-24-2002, 03:48 AM
  3. quick question
    By Unregistered in forum C++ Programming
    Replies: 5
    Last Post: 07-22-2002, 04:44 AM
  4. Quick Question Regarding Pointers
    By charash in forum C++ Programming
    Replies: 4
    Last Post: 05-04-2002, 11:04 AM
  5. Quick question: exit();
    By Cheeze-It in forum C Programming
    Replies: 6
    Last Post: 08-15-2001, 05:46 PM