Page 1 of 1
some help pls
Posted: Fri Mar 13, 2009 10:23 pm
by zachb
im new to ds programming but i kno how to program java >>
does the ds read java? and if not which languages does it use?
Re: some help pls
Posted: Fri Mar 13, 2009 11:07 pm
by Sylus101
devkitARM is a C and C++ toolchain, so no... there is no way to use Java I'm afraid.
Re: some help pls
Posted: Fri Mar 13, 2009 11:23 pm
by zachb
ok thnx, i havent played with c++ for about about yr and a half >>
Re: some help pls
Posted: Fri Apr 16, 2010 12:58 pm
by dheart88
C++ and java are similar... You won't find it hard..
Btw, for my personal experience I learn c/c++ before java (J2EE/J2ME) in 4th semester...
Re: some help pls
Posted: Thu Jun 03, 2010 6:28 pm
by GSGeek
libnds does a lot for you, in fact, and it's implemented as a set of C function call.
The point is, you can even code in C, and forget about the ++: OO design stuff, templates and other C++ goodies. There is nothing wrong not going with an Object Oriented approach.
Java gave you the basics of the C language syntax. Just get familiar with pointers, struct and bitwise operators and you'll be fine.