Thread: OOP in C

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Amateur
    Join Date
    Sep 2003
    Posts
    228

    OOP in C

    I would like to know what you think of object-oriented programming in pure C. Has someone ever used it in a true project and not just for the fun?
    I'm not here to learn about how to, I already tested myself ^^ as I think it is something of interest at least for knowledge purpose.

    Because of its lack of native support for OOP, each author can have its own vision of OOC.
    Anyway, the true question is, what to you is the best way of doing OOP in C, which method do you use?
    Last edited by lyx; 11-22-2003 at 04:50 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP flu
    By Hussain Hani in forum General Discussions
    Replies: 15
    Last Post: 06-27-2009, 02:02 AM
  2. Should OOP be any new language priority??
    By Hussain Hani in forum General Discussions
    Replies: 80
    Last Post: 06-13-2009, 10:56 AM
  3. Data Mapping and Moving Relationships
    By Mario F. in forum Tech Board
    Replies: 7
    Last Post: 12-14-2006, 10:32 AM
  4. recommendation for a good OOP book
    By Mario F. in forum C++ Programming
    Replies: 2
    Last Post: 06-15-2006, 04:28 PM
  5. OOP Theory Question
    By Zeusbwr in forum C++ Programming
    Replies: 2
    Last Post: 10-30-2005, 08:37 AM