View Poll Results: Which Language Was Easier To Learn

Voters
20. You may not vote on this poll
  • C

    12 60.00%
  • C++

    8 40.00%

Thread: Language Poll

  1. #1

    Post Language Poll

    Which Language Was Easier To Learn

  2. #2
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    C++ has some tricky stuff, like template classes/functions, or exception handling, which are a little tough to graft

    Oskilian

  3. #3
    Registered User sballew's Avatar
    Join Date
    Sep 2001
    Posts
    157
    actually BASIC was easiest, but only took in HS and it wasn't that involved. C is HARD for me. But it is coming together.
    Sue B.

    dazed and confused


  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Talking

    By far Pascal was easiest, took me 3 days to get most of it. BASIC was easy but BASIC was my first language. C wasn't that hard except that I didn't get pointers at first.

  5. #5
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    don't try to learn C/++ if you only know basic and you don't have a book... my advice... and... doesn't this belong in the gen disc board?
    hasafraggin shizigishin oppashigger...

  6. #6
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    errr, this is the GD board DA
    Monday - what a way to spend a seventh of your life

  7. #7
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    It wasn't here until I moved it...

    (da - you can move threads, too, bud)

  8. #8
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427
    Well I am still learning C++, and I know some C.
    There are some real morons in this world please do not become one of them, do not become a victim of moronitis. PROGRAMMING IS THE FUTURE...THE FUTURE IS NOW!!!!!!!!!

    "...The only real game I thank in the world is baseball..." --Babe Ruth

    "Life is beautiful"-Don Corleone right before he died.

    "The expert on anything was once a beginner" -Baseball poster I own.


    Left cprog on 1-3-2005. Don't know when I am coming back. Thanks to those who helped me over the years.

  9. #9
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    C is smaller, but I would say that they are both equally easy enough to learn. But I always stress concepts over code - you can't write anything until you know why you are doing it.

  10. #10
    Registered User
    Join Date
    Aug 2001
    Location
    Fort Worth, TX
    Posts
    53
    I nevered learned C, so I voted for C++, but I do believe java is a very FUN language to learn on. A lot of libraries and easy to use APIs so you can have a nice GUI. Downfall SLOW and choppy. C++ is still my power gun.

  11. #11
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Neither one is harder, just different.

    C++ requires learning new concepts and mastering both the usage of prewritten interfaces as well as how to write them. In my opinion C++ is easier for newer programmers to learn because the simple things are there for them to use and the complex things can wait until they know more about the language itself.

    C is a little more hardcore, there often isn't much room for error in that the learner must understand not just how to use a function but also how that function works and how to write it before they can use it properly. While C++ can be very abstract and give the learner 'padding' to protect them from getting smacked too hard too soon, C doesn't offer anything to keep the learner from being overwhelmed.

    Both languages can be learned in a relatively short time, but I feel that useful C++ programs can be written earlier than useful C programs since the nuances of C are amazingly difficult to master despite the simplicity of the language. Once again C++ has that padding so that the learner can make decent programs without really knowing how the classes they use work.

    Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  4. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM