JUST MADE MY HELLOWORLD...

The dumping ground for the crappiest of posts seen on these forums. Locked for posterity and updated when needed.

Moderators: cheriff, jbit

colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

JUST MADE MY HELLOWORLD...

Post by colourcode »

just made my first n00b program!!!!!!

the hello world thing.

hows that for development!
PSP Coding total n00b Please Help!!!!!!!!
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

If you want to share your whole life with us create a blog somewhere but not here.

We really don't care when someone made his first hello world program.

But now ontopic:
hows that for development!
It's nothing.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

Post by colourcode »

yes i know its nothing.

What is your grudge against me!!!!!!??!??

also, when you design a program for psp, do you just do it?

Or do you plan what you are going to make and how you are going to make it?
PSP Coding total n00b Please Help!!!!!!!!
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

When i make a program i first think about what the final result must be. Then i think how i can get there. Split everything up into understandable functions.

When i have a global idea how things must be i write the functions.

Like now. i am making an oldschool game collection. I first tought about a system that does the graphical stuff. And Now i am writing the menu. And after that i am gonna write the actual games.

I always write with in mind that when i want to change a small thing i don't have to rewrite i whole bunch of code. (thus making it flexible)

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

colourcode wrote:yes i know its nothing.

What is your grudge against me!!!!!!??!??

also, when you design a program for psp, do you just do it?

Or do you plan what you are going to make and how you are going to make it?
This isn't a beginner's board. We don't pass out gold stars and pat you on the head for Hello World - we point and laugh at the noobie. This is a DEVELOPER page. When we're feeling generous, we point noobies to other pages. When we aren't, we just laugh until they leave. Don't walk into a college class on Differential Calculus and brag about being able to add 2+2... you'll get the same reaction for the same reason. "You in the wrong place, Boy!"
colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

Post by colourcode »

i wasnt saying it to be proud i was saying it so that people would LOL at me :L

get a life dude, serious, im trying to learn this shit and you just lol at me, i garan your a fat bum who sits at home all day picking his nose, watching porn and writing code coz you get a buzz from it.

I havent got a problem with that, i just asked for some help thats all, no one else pointed me in the right direction, so you dont have to be so stuck up your own fat arse, I JUST WANT TO LEARN!
PSP Coding total n00b Please Help!!!!!!!!
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

Well give www.psp-programming.com a try. That's a more BEGINNER forum/tutorials

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

Post by colourcode »

thanks jojojoris.

I can see this town aint big enough for me aswell,

I will come back when i know some shit.

ENJOY!

also good luck with the programs!
PSP Coding total n00b Please Help!!!!!!!!
User avatar
jbit
Site Admin
Posts: 293
Joined: Sat May 28, 2005 3:11 am
Location: København, Danmark
Contact:

Post by jbit »

Drama lock...
Locked