Hacking Coding Newbie

  • Thread starter Thread starter SmileMan
  • Start date Start date
  • Views Views 1,712
  • Replies Replies 6

SmileMan

Well-Known Member
Member
Joined
May 17, 2008
Messages
109
Reaction score
0
Trophies
1
Age
30
Location
Torino
Website
nintendoring.net
XP
123
Country
Italy
Hi all!

Then, i want to start to coding homebrew on Wii, then, suppose that:

I'm a TOTAL NOOB, i don't know ANY languages of coding, i CAN'T COMPILE ANY emulator or library. Then, to start coding on Wii, what i need to know and to have, and WHERE can i learn that?

Thanks, SmileMan.
 
CodeMii tutorials start right at the basics, he'll explain a FEW C codes and run through them with you, then he'll help you reproduce it step by step. To do what's in those tutorials you don't need ANYTHING other than basic understanding of the english language and devkitpro.
 
While you could use those tutorials to learn to code for the Wii as Kashin said, C and C++ are more difficult languages for beginners to start off with. If you want to get a good programming base (that is, learning loops, basic logic, etc etc that can then be applied to pretty much any language), you should start off with C# or Java. These two languages (especially Java) have "trash collectors" that automatically handle allocation/de-allocation of memory. In C/C++ this isn't the case, and you have to handle your own memory, which can be a daunting task. Just my 2 cents
smile.gif
 
fishears said:
Plenty of great tutorials over at CodeMii. From basic environment setup to first coding and upwards from there...

Good luck
thanks for the link, i've been looking for basic tuts on programming for the wii
grog.gif


also found this which is pretty helpful to me(maybe to others)
http://sean.cruels.net/cpp/
 

Site & Scene News

Popular threads in this forum