![]() |
| | #1 |
| Registered User Join Date: Nov 2003
Posts: 13
| object oriented C 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 |
| FlatLost is offline | |
| | #2 |
| Gawking at stupidity Join Date: Jul 2004
Posts: 2,324
| 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. Ignore any "advice" esbo tries to give you. It's wrong. |
| itsme86 is offline | |
| | #3 |
| Bob Dole for '08 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 |
| B0bDole is offline | |
| | #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 |
| Barnzey is offline | |
| | #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! |
| FlatLost is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What's a good Object Oriented Strategy for OpenGL/Graphics | indigo0086 | Game Programming | 9 | 04-03-2007 06:27 PM |
| Question on l-values. | Hulag | C++ Programming | 6 | 10-13-2005 04:33 PM |
| A question about constructors... | Wolve | C++ Programming | 9 | 05-04-2005 04:24 PM |
| Object oriented job questions | Bubba | A Brief History of Cprogramming.com | 5 | 12-28-2004 05:06 AM |