21/04/2007, 10:01 AM
21/04/2007, 10:10 AM
well i know a bit of c /c++ im still learning c++ im not very fluent at it but im getting a little betterDouble post michaep did u downgrade yet
23/04/2007, 10:42 PM
YoYoBalls Wrote:I tryed to learn c but... gave up :(
For the first time programming language learner..... don't learn C...... trust me, it will eat ur head off......... for beginner, I would suggest you start with either Visual Basic or/and Delphi....... For me, I think VB just sucks..... so I use Delphi much more than VB....
24/04/2007, 12:00 AM
z7shaft Wrote:I want to make my own homebrew games into the futureGenerally C/C++. LUA is quite limited in functionality (LUA lovers will argue otherwise, but, at some point, you'll need to use C).
as I know you need lots of things, a toolchain, the pspsdk... makefile...
and off course you have to know what are you programming
so I ask you...
what is better for programing for the psp?
(am not asking what's easier, I want the better no matter how difficult is it, but be moderated :p)
Tails Wrote:For the first time programming language learner..... don't learn C...... trust me, it will eat ur head off......... for beginner, I would suggest you start with either Visual Basic or/and Delphi....... For me, I think VB just sucks..... so I use Delphi much more than VB....A scripting language also helps. The main thing is the concept, not syntax, if you ask me.
25/04/2007, 10:41 AM
what is the core concept according to u zinga
25/04/2007, 10:54 AM
u_c_taker Wrote:what is the core concept according to u zinga
ya, as zinga said... script language may also help... but the prob is.... some scripting languages broke many programming languages rules.....
Programming concept.. :P
like
variables...
data types
algorithms
other basic programming concepts, like loops, etc
for more advance stuffs which u need it mostly in C is.... Pointer.... lol
25/04/2007, 11:03 AM
no i don think that is exactly the core concept of programing
25/04/2007, 12:31 PM
How different is C/C++ programming for PSP? If there are any graphic libraries similar to OpenGL for PSP programming, it might not be too hard. As a college student working towards a Computer Science degree, I might give it a try.
25/04/2007, 12:40 PM
Tenshigami Wrote:How different is C/C++ programming for PSP? If there are any graphic libraries similar to OpenGL for PSP programming, it might not be too hard. As a college student working towards a Computer Science degree, I might give it a try.
there... it may help you a bit....
http://www.psp-programming.com/tutorials/
25/04/2007, 05:06 PM
u_c_taker Wrote:no i don think that is exactly the core concept of programingIt is pretty much.
Mainly it's the computer's logic.