| Forum Stats | Members: 16,677 Threads: 28,477 Posts: 316,605 Total Online: 49 Newest Member: ask39 | | |  | |
05-05-2006, 02:36 AM
|
#1 | | Berserk
Join Date: Oct 2005
Posts: 3,040
Rep Power: 0 | Thinking about learning a new language. Well , i've always wanted to write games for a console of some sort so here i am! I know how to write in VB for PC but i'm pretty sure that can't be carried over.
Would C be the best language to start for psp coding? If not, what else?
Thanks!
Sivart |
| |
05-05-2006, 03:13 AM
|
#2 | | Berserk
Join Date: May 2005
Posts: 7,076
Rep Power: 0 | Well, there is Lua, C/C++, and Python. Lua is the easiest to learn, but I think it's the most limited as well. If you have a good understanding of VB, then you might try your hand in C/C++. |
| |
05-05-2006, 03:19 AM
|
#3 | | Berserk
Join Date: Dec 2005
Posts: 1,929
Rep Power: 0 | I know a bit of Python, on my old computer I programmed a computer interface with python, where you could talk and communicate with the "computer",
But of course they were all generic answers and the "computer" couldnt actually read what you typed, but it was quite good.
-N |
| |
05-05-2006, 04:28 AM
|
#4 | | Godlike
Join Date: Dec 2005
Posts: 223
Rep Power: 0 | C is the most widely used language for limited memory applications. But it is entirely different than VB. You need to have a good understanding of pointers and memory management, stuff you don't have to worry about in VB. You also need to understand the fundamentals of parameter passing (pass by reference, pass by value). C is very powerful since you have direct access to the system memory and resources, but it can very dangerous if you don't know what you are doing.
Good luck!
__________________ Right now I\'m having amnesia and deja vu at the same time.
-- Steven Wright |
| |
05-07-2006, 11:35 AM
|
#5 | | Legendary
Join Date: Nov 2005
Posts: 674
Rep Power: 0 | ya in C if u go overboard u could end up crashing the system u are working on i suggest u start out with LUA since it is much easier to learn |
| |
05-07-2006, 12:04 PM
|
#6 | | Berserk
Join Date: Feb 2006
Posts: 2,317
Rep Power: 0 | Learn C#, it rules. |
| |
05-08-2006, 08:01 AM
|
#7 | | Godlike
Join Date: Dec 2005
Posts: 223
Rep Power: 0 | C# is a great language, but it won't run on consoles unless Microsoft included the .Net framework on the Xbox 360. Anyone that wants to do hardcore gaming needs to learn CC++. C# will always be slower than CC++ because it depends on the .Net middleware.
BUT...C# is a great place to start learning CC++ since pointers and "unsafe" code is accessible. Having said that, it is easy to get spoiled on the .Net library classes and the benefits of a pure object oriented language that CC++ do not necessarily have. |
| |
05-09-2006, 10:12 AM
|
#8 | | Godlike
Join Date: Nov 2005
Posts: 121
Rep Power: 0 | Im also intrested in learning a language, but how did you guys learn to code? Teach yourself from online tuts or take classes?
I took a programming class in highschool, and the teacher said she hadn't touched VB or Java (This si what she was supposed to teach us) in atleast 15 years... To end quickly: I didn't learn anything.
Quick question: C/C++ is one language? I always just called it C++... Wheres the C/ coming from? heh =P |
| |
05-09-2006, 07:43 PM
|
#9 | | Regular Member
Join Date: May 2006
Posts: 20
Rep Power: 0 | Quote: |
Originally Posted by CM SILVEr Quick question: C/C++ is one language? I always just called it C++... Wheres the C/ coming from? heh =P | C was the original language and C++ was specified after that. The main difference is that C++ adds object oriented programming to C. (There are many other additions to C++, but those are most likely too technical to be of any meaning).
For those of you who wants to learn C/C++ (which I'd recommend for the PSP), you can all start with the free books by Bruce Eckel. He has written some excellent books on C++ (and also on Java), and they're free. Meaning that the pdf version can be downloaded legally. I've added a link below. http://www.mindview.net/Books/TICPP/...ngInCPP2e.html |
| |
05-10-2006, 02:54 AM
|
#10 | | Berserk
Join Date: May 2005
Posts: 7,076
Rep Power: 0 | great link sandberg. That will help out A LOT ! |
| |  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |