View Poll Results: Do you use C style coding instead of OO for small projects?

Voters
13. You may not vote on this poll
  • Yes I do

    7 53.85%
  • No I don't

    6 46.15%

Thread: OBJECT ORIENTED VS C STYLE for small projects

  1. #16
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Even if i write a snipet code.. these days i go in for OO design methodology.. I dont think it is a pain.. I feel it is much more easier with just a little etc effort... The main advantages is in creating many instances which can be a pain in functional approach...

  2. #17
    Registered User
    Join Date
    Jun 2002
    Posts
    82
    I use C-Style for small projects, but about half the time I regret it afterwards. Of course, for small projects I normally use Perl
    Claus Hetzer
    Compiler: Borland 5.5 (on Windows)
    Solaris CC (on Unix)
    Known Languages: C++, MATLAB, Perl, Java

  3. #18

    Talking

    to Shadow12345:

    Wow!!! I make one little comment and you start a whole post on it..I must be a role model to you

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. object oriented programming
    By l2u in forum C++ Programming
    Replies: 10
    Last Post: 11-06-2006, 10:18 AM
  2. Object Oriented Project
    By logicwonder in forum C++ Programming
    Replies: 2
    Last Post: 06-16-2006, 06:29 AM
  3. Object Oriented GUI Windows Programming?
    By silk.odyssey in forum C++ Programming
    Replies: 11
    Last Post: 05-01-2004, 08:42 PM
  4. How would you do this (object interlinking)
    By darksaidin in forum C++ Programming
    Replies: 7
    Last Post: 08-30-2003, 12:08 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM