• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • To any programmers what was your first programming Language.

    Discussion in 'General Discussion Forum' started by blacklisted, Jul 10, 2010.

    1. blacklisted

      blacklisted New Member

      Joined:
      Jan 15, 2010
      Messages:
      224
      Likes Received:
      1
      Trophy Points:
      0
      Yesterday I received an unconditional offer for a HNC in computer games software development it will allow me to progress to second year of this degree course. http://www.gcu.ac.uk/study/undergraduate/courses/computer-games-software-development-8460.php?loc=uk

      The HNC covers Java programming and also a programming language called "Dark Basic", that to be honest I have never heard of. I picked up a book "Sams Teach Yourself C++ in One Hour a Day" that I have been going through but it seems to just give explanations of C++ and does not have anything in the way of exercises in it for you to complete much as the same way as learning to do maths.

      Is there any sites on the web that you guys would recommend?, that give exercises to complete in order to learn C++
      thanks
       
    2. zavis

      zavis New Member

      Joined:
      Jan 15, 2010
      Messages:
      351
      Likes Received:
      1
      Trophy Points:
      0
      If you dont have any programming exp.. then DO not Start with C++ its all to big.. Go start with C# Easy to learn and can do alot of things in it. Then if you want move on to c++
       
    3. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      As I tell everyone, start with C++. Once you understand C/C++, you can jump into C#, Delphi, VB, etc, etc, very easily. People have a hard time going from C# to C++ due to the massive change in the way things work. (Going from C++ to C# on the other hand, is like a god-send for the lazy programmer.)
       
    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      I started with Qbasic :). then moved on to C and started learning C++, took long break and now learning C#
       
      Last edited: Jul 10, 2010
    5. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      I honestly recommend starting with Java. Visual basic is an extremely easy language to use due to it's english-language style of programming and lack of things suck as semi-colons, but you pick up bad habbits using VB. C# is also decent to start with, but Java seems to gives you the basis to allow you to move on to anything else. Once you've mastered a programming language, all others are simply the same but with different syntax (with the exception of C++ and C).
       
    6. StephanT

      StephanT Member

      Joined:
      Apr 27, 2010
      Messages:
      228
      Likes Received:
      1
      Trophy Points:
      18
      I did Java for about a year. Java seems to be a pretty simple language, basic - and fun to learn.
       
    7. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      I started with BASIC, not qbasic, but simple basic, back on C64 ages :-/
       
    8. Yoppskie

      Yoppskie New Member

      Joined:
      Jan 15, 2010
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I started with C++ 3 years ago.
       

    Share This Page