Page 1 of 1

I want to learn programming

Posted: Sun Mar 23, 2014 2:19 pm
by nazar_ops
Hello everyone. Lately I've been thinking about learning on how to program software and stuff. At the moment I just want to know how to program a simple software game or tool or basically mess with software and editing it (like they do with the PSP exploits). I assume C# is the direction for me then. But is there any head start for all this? Can you guys recommend me on how to start programming in C#?

Thanks

Re: I want to learn programming

Posted: Sun Mar 23, 2014 4:53 pm
by nightnero253
Get a book about the coding you want to do and read it.

Re: I want to learn programming

Posted: Sun Mar 23, 2014 5:35 pm
by hgoel0974
nazar_ops wrote:Hello everyone. Lately I've been thinking about learning on how to program software and stuff. At the moment I just want to know how to program a simple software game or tool or basically mess with software and editing it (like they do with the PSP exploits). I assume C# is the direction for me then. But is there any head start for all this? Can you guys recommend me on how to start programming in C#?

Thanks
C# doesn't work on PSP (unfortunately). However, if you're interested in learning C# for (almost) every other platform, there's nothing better than the official MSDN docs:
http://msdn.microsoft.com/en-us/library ... s.71).aspx

If you want to program for the PSP, you have the options of Lua, Python (both are interpreted), C/C++, MIPS (for PSP exploits).

Re: I want to learn programming

Posted: Mon Jul 21, 2014 1:40 pm
by noname120
@hgoel0974: He did not say that he was willing to do programming on the PSP.
@nazar_ops: Any tutorial will do the trick. For instance, this onewill teach you most of the things that you need to learn.

Re: I want to learn programming

Posted: Tue Jul 22, 2014 12:31 pm
by Acid_Snake
Personally, I'd say you're better off learning programming independently of the language. Once you know all the concepts then learning a language itself is easy as they all follow the same concepts (and for the most part the same syntax) with minor changes.