Results 1 to 5 of 5

Thread: Which language should i learn?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2008
    Posts
    35

    Which language should i learn?

    Which language should i learn in order to make a simple rpg game? Can i use Visual Basic? What about Visual C++ or Visual C#?

    Any good book(s) i could read? Websites i should visit?

    Thanks in advance.

  2. #2
    Member
    Join Date
    Jul 2008
    Posts
    62

    Re: Which language should i learn?

    If you are starting it would be good to start with visual basic 2008
    Thats the way i'm doing its easier than other languages and powerfull to
    After you learn VB2008 then you can go on VC++

  3. #3
    Member
    Join Date
    Nov 2007
    Posts
    48

    Re: Which language should i learn?

    Migrating from C# to C++ might be easier than migrating from VB.NET to C++, especially when the TS has no experience with programming whatsoever. All those curly braces might look very scary once you're acquainted with 'End If' and stuff like that.

    I suggest you look at beginner tutorials (you'll easy find some through Google) for both VB.NET and C#, and see what style you like more. Just remember though that most imperative programming languages are more similar like C#.

  4. #4
    Hyperactive Member Quasar6's Avatar
    Join Date
    Mar 2008
    Location
    Sol 3
    Posts
    325

    Re: Which language should i learn?

    If you use C#, you can get XNA Game Studio. XNA is a game-making-framework/DirectX-wrapper designed to be a little easier to use without sacrificing low level power.

    They recently released an Rpg starter kit, which gives you all the standard rpg basics immediately ready for editing.

    If you already use Basic, C# isn't hard to learn. This helps.
    "Why do all my attempts at science end with me getting punched by batman?" xkcd.

    |Pong||
    Sorry for not posting more often.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Which language should i learn?

    Quote Originally Posted by SanderK
    Migrating from C# to C++ might be easier than migrating from VB.NET to C++,
    I agree....if you want to write games I would just straight into C++

Posting Permissions

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



Click Here to Expand Forum to Full Width