View Poll Results: Do you like C++?

Voters
27. You may not vote on this poll
  • Yay

    15 55.56%
  • Nay

    12 44.44%
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 56

Thread: C++

  1. #31

    Default

    A lot of it has to do with portablilty as well.

    VB files are large, even though windows holds a million libraries for integrated on thier OS. (With this, i basically call it advanced scripting for windows. Nice to see .net brougt it up too oop level ... finally ) I still Like c/c++ because of its portablilty and power. I do a fair amount of OpenGL programmin and I find C to be a far better asset.

    Also if your going to start learning a language I would reccomend C as it is a lot more basic (structure wise mind you) and has more of an influence on other languages pearl, php, etc than you will find with basic. C++ is fine and all but i think printf(); makes it easier to grasp the basic ideals of programming vs cout (I know you can still use printf on standard c++, but what tutorials out there do that? Dont answer... it was rhetorical lol)

    Bipper

  2. #32
    diafnaoplzkthnxbai NeoTifa's Avatar
    Join Date
    Jun 2005
    Location
    in psy's panties <3
    Posts
    3,411

    Default

    the only programming language i know is basic. i learned that when i was only 8. (but i forgot half of it >.>) i anticipate my learning C++. i cant wait. right now i have no time.
    Oh gods, why? ಥ_ಥ


  3. #33
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Well, you asked for it.

    Code:
    perl -le 'print q^=uu~-+=5-^^q=^^^^^^^^^='

  4. #34

    Default

    i like C++ but enjoy working with java. graphics are much easier imo with java than with C++

    my thanks to Blitz Ace for the sig

    "We may never meet again, but we'll never forget each other." Leon (Kingdom Hearts)

  5. #35
    Banned Sepho's Avatar
    Join Date
    Jan 2003
    Location
    Twilight Zone
    Posts
    1,812
    Articles
    8

    Default

    Quote Originally Posted by Dr Unne
    Well, you asked for it.

    Code:
    perl -le 'print q^=uu~-+=5-^^q=^^^^^^^^^='

    It blinds us >_<

  6. #36
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Did you try to run it though?

  7. #37
    Posts Occur in Real Time edczxcvbnm's Avatar
    Join Date
    Aug 2000
    Location
    The World
    Posts
    7,920

    Default

    Quote Originally Posted by Kilrane
    i like C++ but enjoy working with java. graphics are much easier imo with java than with C++
    While I agree to an extent, my problem is that I find java to be more of a memory hog. Maybe it is just me though.

  8. #38
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    <pre> perl -le 'print q^.;,2~-+=5-~*11^^q=^^^^^^^^^^^^^^=' </pre>

    And then there is Death

  9. #39
    #eoff Flayer Mindflare's Avatar
    Join Date
    Mar 2001
    Location
    Pittsburgh, PA
    Posts
    719

    Default

    I like C++, but fortunately (or unfortunately?) enough for me, I stopped paying attention to major programming languages some time ago. I'll stick to random markup languages. I'm pretty intent on learning PHP as well, but who knows if that'll actually happen any time soon.

    In the end, I'm not patient enough to worry about programming. Sad.
    --It's me!--

  10. #40
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Quote Originally Posted by edczxcvbnm
    Quote Originally Posted by Kilrane
    i like C++ but enjoy working with java. graphics are much easier imo with java than with C++
    While I agree to an extent, my problem is that I find java to be more of a memory hog. Maybe it is just me though.
    Depends upon how you use it. If you're good with your garbage collection then C++ will be more efficient. But if you're lazy and don't do any garbage collection your code can get really messy really quick. One down side of Java that I've found is that it doesn't always handle garbage collection as auto-magically as the Java lovers boast.
    Figaro Castle

  11. #41

    Default

    Java is horrid, save for ME. I honestly dislike everything about the language. And garbage collection is for the most part a joke... try, catch, fumble

    Graphics come easier in C++ when you really get into it. You can do a lot more, and using a lot less resources. Java makes the basics easy, but on the same hand eats up your resources faster than the bug you cought from that lats pron site you visited. Again, here with C++ its all about the libraries you use DirectX and OpenGl are easy to learn, and will give you a ton of tools to use. Lingo is pretty sweet as well! But a little more advanced.

    Bipper

  12. #42
    Posts Occur in Real Time edczxcvbnm's Avatar
    Join Date
    Aug 2000
    Location
    The World
    Posts
    7,920

    Default

    That would explain why I always though Java was more of a memory hog. I was pretty good about garbage collecting for the most part so I know it got cleared out. I new Java had auto-garbage collect but I didn't think it was super iffy. I will take your word on it that it isn't all its cracked up to be...because it fits what I see

  13. #43
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Quote Originally Posted by Endless
    <pre> perl -le 'print q^.;,2~-+=5-~*11^^q=^^^^^^^^^^^^^^=' </pre>

  14. #44
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default




  15. #45
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    Run both Unne and my line and you will see the light.

    And then there is Death

Posting Permissions

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