Acidmods
Acid Mods Community Area
=> Discussion Boards => Spam & Chat => Topic started by: Ben. on July 04, 2009, 02:45:33 AM
-
Whats the best compiler to start with?
I'm beginning to learn C++, what compiler would you recommend?
Thanks
Ben
-
OH. OH.
I want to know this too.
-
Well first of all,you have to know what platform you're compiling your code for.If it's windows,just get the official windows C++ studio,if it's linux,get the linux one,if it's for homebrew,then you need to get the IDE (Integrated Development Environment).
-
Cheers Budd
:D
-
Let's say you want to code in C++ for the wii (which I highly recommend for starting out),remember to get the libraries as well as the sdk.
Libraries are like bricks of a house,but it is your job to build them into what you want and hold them together with cement,which in this case is other code.
The libraries are for things like integrating the wiimote etc.
Let's say you want to make an app that connects to the net,you will have to load up the library for the wifi,and you will have to load the network configuration etc.
1st of all you should make a launcher,as in a module on the Wii menu from which you can launch your homebrew,there is programmes to do this for you.How I started was I made an app,so that when I pressed a button,it would display what button has been pressed and other things such as the orientation of the wiimote,then I moved into more advanced things like displaying a cursor on the screen that is relative to where you are pointing the wiimote,there is a library for that as well.I didn't really get much further than that on the wii,after that I started doing simple apps for windows,such as a file browser.
Things such as menu's are pretty simple also,first you create a range,for instance (this code is not written in a format where you could copy it into a wii app,as 1st you have to make the declarations)
if
cursor1 x=25
and
cursor1 y=25
then
var1=0
That means that when you place the cursor at x25y25,the value of variable 1 is 0,which I had previously set variable 1 to display 1 on the screen,but when the cursor is at x25y25,that 1 will change to a 0.
Hope I helped.
-
Ahh cool stuff..
I was hoping to do rapid fire, just as a side hobby, i got 9 weeks of nothingness to try and learn something, so hopefully I can get my head around this :)
Thanks for all your help :)
Ben :D
-
Ahh cool stuff..
I was hoping to do rapid fire, just as a side hobby, i got 9 weeks of nothingness to try and learn something, so hopefully I can get my head around this :)
Thanks for all your help :)
Ben :D
Oh,if you want to programme PIC's,then you should be learning C,not C++,you can't programme a PIC in C++.
-
Oh,if you want to programme PIC's,then you should be learning C,not C++,you can't programme a PIC in C++.
Ahh Ok, What compiler should I use for C then?
Thanks
Ben
-
Theres loads of C compilers for PIC's,I recommend the official MicroChip compiler,I'd link you but I'm on my Iphone