|
-
Jul 12th, 2008, 04:11 PM
#1
Thread Starter
Member
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.
-
Jul 12th, 2008, 06:31 PM
#2
Member
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++
-
Jul 13th, 2008, 05:37 AM
#3
Member
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#.
-
Jul 15th, 2008, 11:52 PM
#4
Hyperactive Member
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.
-
Jul 16th, 2008, 06:32 AM
#5
Re: Which language should i learn?
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|