Thread: Classes & Objects [c++]

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    72

    Classes & Objects [c++]

    hello, I was looking for a Article that explains "Classes" And "Objects" in C++ in great details with examples, any website or Article? hook me up
    thanks

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Just get a book.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    72
    getting a book is a good idea however I need to read about them right now, I cant get a book right now.. and I have like 819238912839812 books on C++ however they are in other room and I cant bother go to that room, haha;-0 so yeah, If you know about a article, bring it up (i've already read whatever I could find on google) just trying to read more and more about Classes and Objects and if you dont know of any then dunno what to say ;p i guess then chill and drink a pepsi

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I have like 819238912839812 books on C++ however they are in other room and I cant bother go to that room, haha;-0 so yeah, If you know about a article, bring it up
    Why bother? You probably will not bother to read any articles we provide
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    Registered User
    Join Date
    Apr 2008
    Posts
    72
    nah I will read the article because I wont have to get up from my bed (i'm using laptop and lying on my bed right now) so as the article is on the internet, i can read it without moving :P so if you know about any good article with examples about "Classes" & "Objects" in c++ please paste the link instead of smart answers :P hahaaaaaaaa

  6. #6
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    Only if you promise never, ever to apply for a job where I work.

  7. #7
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    nah I will read the article because I wont have to get up from my bed (i'm using laptop and lying on my bed right now) so as the article is on the internet, i can read it without moving
    Go to sleep and read your books in the morning.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Overloading Array Objects for use with Classes
    By ibleedart in forum C++ Programming
    Replies: 2
    Last Post: 10-24-2007, 06:48 PM
  2. static classes vs objects
    By earnshaw in forum C# Programming
    Replies: 5
    Last Post: 02-08-2006, 03:19 PM
  3. Accessing/working with member objects of parent classes
    By ChadJohnson in forum C++ Programming
    Replies: 4
    Last Post: 03-31-2005, 11:01 PM
  4. Mixing objects from different classes?
    By teedee46 in forum C++ Programming
    Replies: 4
    Last Post: 12-17-2002, 10:28 AM
  5. Trouble Understanding Classes and Objects. Please Help.
    By Jeffcubed in forum C++ Programming
    Replies: 4
    Last Post: 12-06-2002, 02:23 PM