a noob.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
darkfang
Posts: 13
Joined: Mon Feb 16, 2009 11:32 pm

a noob.

Post by darkfang »

im a noob will someone help this noob , i know nothing about codin , i need help , can someone push me in the right direction to code so if anyone at all will tell me how to code or what to read , do , get , i will do it , if anyone will help mme please code for the psp i will be truley greatful , and i hope to make apps or make games for the psp after months of practice....
WE MUST FIND RAW SOCKETS FOR PSP
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

This place:
http://www.psp-programming.com/forums/
is a graveyard nowdays, but there's a lot of tutorials, etc. to get you started.
If not actually, then potentially.
darkfang
Posts: 13
Joined: Mon Feb 16, 2009 11:32 pm

ummmm

Post by darkfang »

yea it tells me how to code for psp , but i need a tut for coding in c/c++ im that much of a noob :( thanks if anyone even bothers to reply
WE MUST FIND RAW SOCKETS FOR PSP
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Re: ummmm

Post by jojojoris »

darkfang wrote:yea it tells me how to code for psp , but i need a tut for coding in c/c++ im that much of a noob :( thanks if anyone even bothers to reply
Then you are at the wrong forum. maybe you can use this site.
click here

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
darkfang
Posts: 13
Joined: Mon Feb 16, 2009 11:32 pm

wow

Post by darkfang »

woohoo after 20 goolge searches it left me with crapy tutorials , will someone at least tell me where they learnt to code in c/c++ so i can be headed that way instead of some stupid google search
WE MUST FIND RAW SOCKETS FOR PSP
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

www.cprogramming.com

Probably best to get a good book if you're really serious about learning though.
PsPfReAK
Posts: 61
Joined: Sat Mar 28, 2009 9:02 am
Contact:

Post by PsPfReAK »

well ive posted this link before, its got good simple regularly updated psp programming tuts, it covers helloworlds ect and explains the code, the link is
http://goldendevelopersworld.com/PSP_Programming.php
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

If you know nothing about programming, better start with another language than C/C++. I suggest Pascal, nice for learning structured programming.

And also, start programming for PC, not PSP. It's an open platform, thus a lot of info and tutorials available, and also much more developer friendly than Sony's console.

Hope this helps
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
Post Reply