C

Oct 4, 2012 at 12:45pm
Is object oriented programming is posible in C if yes then which compiler should I use if no then why?
Oct 4, 2012 at 1:23pm
Is object oriented programming is posible in C
Yes, but you have to manage code correctness yourself, mostly. C doesn't directly support OOP. For example, the sockets library is an object oriented library written in C.

if yes then which compiler should I use if no then why?
It doesn't matter which C compiler you use.
Topic archived. No new replies allowed.