start with C++
I am done coading with Lua now and I wonder what you devs think i should start with now c or c++ ??![]()
start with C++
Tough question. C is a much smaller languageso you can learn the syntax a lot faster but doesn't have a decent standard library which means you have to do a lot of work yourself on the lower level (e.g. linked lists).
C++ is a slightly higher level language in concept and provides powerful features such as template metaprogramming but that in turn means you have to wrap your head round the concepts to use them effectively.
anyone know any good turtiols of how to get started with c++ for psp
Forget the PSP. Learn the language and how to program on the easiest platform first (the PC). That is hard enough without dealing with all the hardware specific issues that you get on the PSP or any other console.
ya, id like to learn the language as well, any good tutorials for that?
this is where I started to learn http://www.cprogramming.com/tutorial/lesson1.html
it has c and c++ on that website
also pick up bloodshed Dev-C++ it is great and includes a compiler and debugger its free and can be picked up on sourceforge
(If it works) Plenty of links in this article:
http://parabellumgames.no-ip.org/articles/
Or: http://forums.evilmana.com/index.php?topic=98.0
go to pspprogramming.com, they have good tutorials, thats where im learning lua
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks