Thread: AAAAAAAAAAA C++ sucks

  1. #16
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    >> how would i do it the not-easiest way?

    Did you just ask to make it harder for yourself?

    >> I know this is a pretty insignificant program but it was hard for me to write.

    Are you just trying to make it intentionally complex so that people will be more likely to credit you?

    >> well C is just so much more.... compatible and simpler. even though it's occasionally more complicated, and takes a bit more work (lack of OOP / libraries for certain functinos)

    That is a really really bad argument.
    Last edited by Tonto; 01-29-2006 at 08:55 PM.

  2. #17
    Registered User
    Join Date
    Dec 2005
    Posts
    52
    yes, i want to learn the hard way. for practice.

    i'm not trying to make myself look better, but it seems like you're trying to make me look worse.

    and i like C more, ok? deal with it.

  3. #18
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    C++ isn't "more compatible".
    It's a smaller language and therefore looks simpler to learn but being smaller just means you have to do more yourself that in C++ is covered by the standard library.
    This means that in C++ you have a larger standard library to learn, in C you have to basically code your own standard library.

    Every new language is hard to learn, especially if it looks superficially like one you know yet has a totally different paradigm at its core.

  4. #19
    Registered User
    Join Date
    Dec 2005
    Posts
    52
    does anybody want to explain the more complicated way to do this?
    just so i can know for other uses
    (instead of using +=)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. this REALLY sucks
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-31-2004, 12:46 AM
  2. How Cool is Java
    By dukemarlon in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 11-28-2002, 05:24 PM
  3. Why europe sucks
    By compjinx in forum A Brief History of Cprogramming.com
    Replies: 37
    Last Post: 04-08-2002, 07:02 PM
  4. Why the DX8.1 SDK sucks....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 04-06-2002, 12:07 AM
  5. Microsoft Sucks
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 110
    Last Post: 11-08-2001, 04:30 PM