Advertising (This ad goes away for registered users. You can Login or Register)

pragramming help...

Programming on your favorite platform, for your favorite platform? Post here
User avatar
analysis230
Posts: 82
Joined: Fri Oct 01, 2010 10:58 am
Contact:

pragramming help...

Post by analysis230 » Mon Mar 28, 2011 6:03 am

I want to learn programming for coding homebrew for ngp( i know it would be hacked in time). I don't exectly know which language to opt for... It has an android OS i think which reads java,,, will it also understand c++??? i don't really know much but i think every programmable device understands c++ is it true???
Advertising

waratte
Posts: 1320
Joined: Wed Oct 20, 2010 12:03 am

Re: pragramming help...

Post by waratte » Mon Mar 28, 2011 6:10 am

No, no device understands C++ natively. They all understand machine code. Also, wait until the PSP2 gets hacked first before choosing a language to program in, the first SDK may be in lisp for all we know.
Advertising

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: pragramming help...

Post by m0skit0 » Mon Mar 28, 2011 10:19 am

waratte wrote:the first SDK may be in lisp for all we know.
Lolwut?
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

irfanhb7
Posts: 466
Joined: Wed Jan 26, 2011 2:46 pm
Location: In your nightmares

Re: pragramming help...

Post by irfanhb7 » Mon Mar 28, 2011 1:19 pm

I stated learning programming yesterday and heres my program
C++ then C then Java.
And you need to know the functions used in the NGP firmware.
like for C++ its
# include <iostream.h>
and for psp its
# include <pspsdk.h> etc etc.
the thing is that the program structure is same but functions are different (i rote something wrong but I cant figure it out.
PS: you need a compiler.
Languages I know : C , C++ & Java
Image
Boy : There is something wrong with my phone.
Girl : What ?
Boy: It don't have your Phone Number.
Image

waratte
Posts: 1320
Joined: Wed Oct 20, 2010 12:03 am

Re: pragramming help...

Post by waratte » Mon Mar 28, 2011 1:27 pm

irfanhb7 wrote:I stated learning programming yesterday and heres my program
C++ then C then Java.
And you need to know the functions used in the NGP firmware.
like for C++ its
# include <iostream.h>
and for psp its
# include <pspsdk.h> etc etc.
the thing is that the program structure is same but functions are different (i rote something wrong but I cant figure it out.
PS: you need a compiler.
Try using <iostream>.

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: pragramming help...

Post by m0skit0 » Mon Mar 28, 2011 1:46 pm

Really irfanhb7 you enlightened us all... Thanks for pointing the obvious.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

irfanhb7
Posts: 466
Joined: Wed Jan 26, 2011 2:46 pm
Location: In your nightmares

Re: pragramming help...

Post by irfanhb7 » Mon Mar 28, 2011 5:16 pm

waratte wrote:
irfanhb7 wrote:I stated learning programming yesterday and heres my program
C++ then C then Java.
And you need to know the functions used in the NGP firmware.
like for C++ its
# include <iostream.h>
and for psp its
# include <pspsdk.h> etc etc.
the thing is that the program structure is same but functions are different (i rote something wrong but I cant figure it out.
PS: you need a compiler.
Try using <iostream>.
let me clear one thing to you
I am coding using Turbo C++ and not Dev c++ thats why I am using <iostream.h> cuz after removing .h it doesn't work for me.
m0skit0 wrote:Really irfanhb7 you enlightened us all... Thanks for pointing the obvious.
is this a joke ??
Languages I know : C , C++ & Java
Image
Boy : There is something wrong with my phone.
Girl : What ?
Boy: It don't have your Phone Number.
Image

ASKidwai
Posts: 937
Joined: Mon Jan 10, 2011 7:42 am
Location: 'Ere and There
Contact:

Re: pragramming help...

Post by ASKidwai » Mon Mar 28, 2011 5:26 pm

irfanhb7 wrote:
m0skit0 wrote:Really irfanhb7 you enlightened us all... Thanks for pointing the obvious.
is this a joke ??
Yes, it is a joke
Image
Image
Image
Image

irfanhb7
Posts: 466
Joined: Wed Jan 26, 2011 2:46 pm
Location: In your nightmares

Re: pragramming help...

Post by irfanhb7 » Tue Mar 29, 2011 6:00 am

ASKidwai wrote:
irfanhb7 wrote:
m0skit0 wrote:Really irfanhb7 you enlightened us all... Thanks for pointing the obvious.
is this a joke ??
Yes, it is a joke
I am sick of you and ur answers :evil:
Languages I know : C , C++ & Java
Image
Boy : There is something wrong with my phone.
Girl : What ?
Boy: It don't have your Phone Number.
Image

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: pragramming help...

Post by m0skit0 » Tue Mar 29, 2011 7:26 am

irfanhb7 wrote:I am coding using Turbo C++
That's old and obsolete, use a newer compiler and IDE like Dev-C++.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

Post Reply

Return to “Programming”