Results 1 to 8 of 8

Thread: I hate c++ style OO programming

  1. #1
    evileconomist
    Guest

    I hate c++ style OO programming

    At the University I was told that C++, classes and OO programming is the way to do it! What a load of crap!
    It's based on the faulty assumption that the programmer has a brain, and assumption is the mother of all ****ups.

    In the end you get fat bloatware with a jungle of "weak and pointless" objects splattered on a virtual wall.

    Guess who's the sorry SOB who gets to "fix" the mess. That's right...ME!

    COM style OO programming is much better, COM has a filter to weed out braindead programmers (Granted, the filter's not perfect).

    Any idiot can produce a C++ class library with "lots" of classes doing nothing (except passing the information on to some other class), however most idiots never get near COM.

    Right now, World War III would be nice, Nuclear weapons kills braindead programmers and wipes out there codebase. Some good programmers would offcourse be killed in the war, but look at it from the brightside, for every good programmer killed you get at least 1000 braindead lamers fried.

    So before I get any deeper into COM, which appears to be great, I would like to know if the braindead legions are entering the COM world.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I'm not going into COM and don't intend to. It doesn't have proper polymorphism which is one of the best features of OOP in C++. I grant you, lots of programmers don't know how to use OOP properly in C++, but that's no reason to make statements like this about the rest of us.

    Just because I might possibly want to *shock horror* use my code on a different platform doesn't mean I'm brain-dead
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362

    Re: I hate c++ style OO programming

    Originally posted by evileconomist
    At the University I was told that C++, classes and OO programming is the way to do it! What a load of crap!
    It's based on the faulty assumption that the programmer has a brain, and assumption is the mother of all ****ups.

    In the end you get fat bloatware with a jungle of "weak and pointless" objects splattered on a virtual wall.

    Guess who's the sorry SOB who gets to "fix" the mess. That's right...ME!

    COM style OO programming is much better, COM has a filter to weed out braindead programmers (Granted, the filter's not perfect).

    Any idiot can produce a C++ class library with "lots" of classes doing nothing (except passing the information on to some other class), however most idiots never get near COM.

    Right now, World War III would be nice, Nuclear weapons kills braindead programmers and wipes out there codebase. Some good programmers would offcourse be killed in the war, but look at it from the brightside, for every good programmer killed you get at least 1000 braindead lamers fried.

    So before I get any deeper into COM, which appears to be great, I would like to know if the braindead legions are entering the COM world.


    ****.




    td.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Re: Re: I hate c++ style OO programming

    Originally posted by tumblingdown
    ****.
    Well said
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Re: Re: Re: I hate c++ style OO programming

    Originally posted by parksie
    Well said
    Absolutely!

    Read some OOP tutorials and you'll learn in notime!
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Re: Re: Re: Re: I hate c++ style OO programming

    Originally posted by kedaman
    Read some OOP tutorials and you'll learn in notime!
    And practice as well, especially in C++, that poor language with bad OOP features...
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    ...andincidentally more people use C++ and CORBA than they do COM
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  8. #8
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    i say c++ is a load of crap
    but most of the time what i say is opposite to really is the right answer

    c++ classes are cool
    i learned virtual inheritence n non virtual inheritence
    yummmy stuff

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width