Nintendo DS Programming

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

in the US, the . is for the decimal, and the , is for the thousand seperator. I first saw it used the other way on this forum.

So, is it 500000 or 500? I also noticed there were 3 zeroes after the . so that would point more towards 500000. If it was 500 it would only have two zeroes for the cents.
In Memory of the Maxcoderz Trophy Image
Andy_J
Calc Master
Posts: 1110
Joined: Mon 20 Dec, 2004 10:01 pm
Location: In the state of Roo Fearing
Contact:

Post by Andy_J »

Not in the US. Swap them. Hell, "." is called the "decimal point" in this case. >_>
ImageImage
Image
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

I thought it was called period.
Image
User avatar
Madskillz
Calc Wizard
Posts: 745
Joined: Fri 17 Dec, 2004 10:22 pm
Location: Wandering around in the Jungle...
Contact:

Post by Madskillz »

I thought the comma was used for the decimal part? I dont know maybe the psp devkit isnt as bad as I once thought! :)
The Revolution is here...
User avatar
crzyrbl
Calc Wizard
Posts: 518
Joined: Wed 06 Jul, 2005 4:56 pm
Location: 3rd rock....

Post by crzyrbl »

didnt we already go through a comma period international talk-thing? Its different in different countries, and maxcoderz has members all over the world.
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.

Image
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Yes we have already gone through number formatting. Ben had to confront it.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
Madskillz
Calc Wizard
Posts: 745
Joined: Fri 17 Dec, 2004 10:22 pm
Location: Wandering around in the Jungle...
Contact:

Post by Madskillz »

didnt we already go through a comma period international talk-thing? Its different in different countries, and maxcoderz has members all over the world.
We did, but we are trying to figure out what the hell the exacty price is. Considering that the Wii is going to be around $1,700 US dollars I can't see the DS being more than that. (Yippie for the Wii...say who wants to join me in developing for that!)
The Revolution is here...
User avatar
Arcane WIzard
Calc Guru
Posts: 856
Joined: Mon 21 Feb, 2005 7:05 pm

Post by Arcane WIzard »

He might've made a mistake (half a million seems fairly unrealistic) but neither American or Dutch notation involves 3 numbers after the decimal point (or comma).
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

half a million what? yen isn't so unrealistic.(well to cheap)


Was the gcn like $20000 (omg no thousands seperator), I'd say then its probably not going to be more than $50000 for any popular console devkit.
Image
User avatar
Arcane WIzard
Calc Guru
Posts: 856
Joined: Mon 21 Feb, 2005 7:05 pm

Post by Arcane WIzard »

He said $, in my world that means dollars.
User avatar
Madskillz
Calc Wizard
Posts: 745
Joined: Fri 17 Dec, 2004 10:22 pm
Location: Wandering around in the Jungle...
Contact:

Post by Madskillz »

Yeah the wii is going to be incredibly cheap like $1700 I doubt the DS would be more than that. $500 dollars sounds about right.
The Revolution is here...
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

Image

Displays 'You are not touching the screen' if, well, you aren't. :)

First program I wrote 'myself', without a tutorial stepping me through it. Guess we all have to start somewhere.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

That is using PALib no? Or did you write a custom font routine?

Either way, welcome to DS Programming! :).
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

I definitely used PAlib... IMHO it's really nice and easy so why not use it? It's still C, not some cruddy macro language. I'll probably go back and learn it with just libnds later, in the hopes that PAlib will help me understand the concepts.

That, oddly enough, is the default font, which seems weird to me.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Using PAlib is like using EZAsm. It's awful. Don't use it. PAlib will help you understand nothing. It's not anything close to low level. The whole thing is just call this and call that, no actual coding.
Image
Post Reply