Originally Posted By: Nowherebrain
maybe you should look at C++, OOP is not a "C" thing...it is pretty much what separates C and C++.

Well, you have Objective-C which is an object oriented paradigm of c, but it isn't usable with C. You can do a sort of fake OO with lite-C though.


BASIC programmers never die, they GOSUB and don't RETURN.