Thread: object oriented C

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    13

    object oriented C

    Hi

    What is the difference between object oriented c and just regular C? I took C a while ago and was recently asked if it was object oriented.

    thanks

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    C is not considered an object oriented programming language, though you can do things in an object oriented way if you set it up correctly. C++ is object oriented.
    If you understand what you're doing, you're not learning anything.

  3. #3
    Bob Dole for '08 B0bDole's Avatar
    Join Date
    Sep 2004
    Posts
    618
    I had to do a whole object oriented course using C... that was the only time I ever contemplated suicide.
    Hmm

  4. #4
    Registered User
    Join Date
    Oct 2005
    Posts
    38
    If you want to learn object oriented C i found a pdf:

    http://www.planetpdf.com/codecuts/pdfs/ooc.pdf

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    13

    Thanks

    Thanks guys (and by guys i mean that in an sexually all-encompassing way) for the help!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's a good Object Oriented Strategy for OpenGL/Graphics
    By indigo0086 in forum Game Programming
    Replies: 9
    Last Post: 04-03-2007, 06:27 PM
  2. Question on l-values.
    By Hulag in forum C++ Programming
    Replies: 6
    Last Post: 10-13-2005, 04:33 PM
  3. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM
  4. Object oriented job questions
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-28-2004, 05:06 AM