Thread: learning C++ is boring

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    18

    Unhappy learning C++ is boring

    Programming is so hard because you have to learn the basic language before you can work with making proper applications.

    I find learning the pure C++ language very boring, because there is no ability to create useful applications, just boring DOS text based programs.

    Once you get into programming Windows or Linux (whatever you like more) applications, programming becomes about 80% more enjoyable, because you learn how to write REAL applications that can actually be useful.

    Maybe this is why people learn Visual Basic. VB is a bit dodgy in my opinion, but at least it's up front programming where one can learn the Basic language and write Windows applications.

    Oh well, I guess I am gonna be bored for a little while longer...
    - Paul Lucas (the Flucas)

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    6

    C++ is Boring ?

    Well, C++ might be boring at first. But trust me, I need to work in VB at the moment and I am running into walls all the time, because VB is somewhat restricted.

    Learn C++, write some small programms, I enjoyed learning C++, I was amazed at what was possible

  3. #3
    Registered User cody's Avatar
    Join Date
    Sep 2001
    Posts
    86
    I think it's somehow sad, that today people immediately want to code big, kewl looking super stuff, with graphics, sounds, network support and whatever...

    I remember being f**ki*g happy when I finally saw the "Hello World!" on the screen of my first computer


    aloa
    cody
    #include "reallife.h"

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> "Hello World!" on the screen

    Screen, SCREEN - you were lucky! I used to submit a pack of punched cards and if I was lucky, 3-4 days later received some lineprinter output, (which almost inevitably said something like "ERROR ON CARD 4638" no lower case in them days either).
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Registered User cody's Avatar
    Join Date
    Sep 2001
    Posts
    86
    *bows in front of adrian*

    I'm unworthy...I'm unworthy...
    #include "reallife.h"

  6. #6
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    ...in danish computer rooms there was always kneedeep snow at that ancient times... and you had to walk uphill no matter where you wanted to go...


    Learning for the sake of learning is always boring. Get something you really like and finish that. Do you know Moria or NetHack ? They use DOS/Console only. Not every useful program has to have a shiny graphical user-interface. The really useful stuff is hidden most of the time anyway.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  7. #7
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Moria

    One of the few games I ever really played much. We had it on our VAX machines. Let your imagination do the work.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  8. #8
    Registered User Kuplex's Avatar
    Join Date
    Dec 2001
    Posts
    18

    Smile C++.....is ..boring?...

    Well, at first is may be boring, depending on what level you're moving at. I mean, everyone has to start somewhere.

    I hope you're just bored and not discouraged though. After all, even though it may be work and at times, frustrating, it'll pay off big time. Trust me

    Once you learn alot more of C++, then you can learn how to program for Windows applications and GUI, etc, and then you'll be glad that you learned C++ because you'll be able to program to much further boundries than with VB.

    Besides, once you learn C++, you almost already know C# AND C. Basic isn't hard at all either once you know a more compex language like C++.
    Kuplex
    "The only thing you can count on is uncertainty."

    Must I explain myself futher?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  3. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM
  4. Operators
    By George in forum C++ Programming
    Replies: 3
    Last Post: 04-02-2003, 07:35 PM
  5. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM