JUST MADE MY HELLOWORLD...
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
JUST MADE MY HELLOWORLD...
just made my first n00b program!!!!!!
the hello world thing.
hows that for development!
the hello world thing.
hows that for development!
PSP Coding total n00b Please Help!!!!!!!!
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:
We really don't care when someone made his first hello world program.
But now ontopic:
It's nothing.hows that for development!
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
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)
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();
}
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 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?
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
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!
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!!!!!!!!
Well give www.psp-programming.com a try. That's a more BEGINNER forum/tutorials
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm