Hello World
Posted: Fri Dec 31, 2010 5:59 am
First of all, sorry for being the newbie who can't figure out how to run the Hello World program. Please, any help would be greatly appreciated. http://wiibrew.org/wiki/Getting_Started_with_devkitppc I was trying to follow this guide, but I got lost in the steps about:
"Click on Tools->make or use the ALT+1 key combination"
and
"The output window at the bottom will show the build progress"
-The guide says that a "HelloWorld.dol" file should have been created in my HelloWorld directory. My problem: There is no .dol file in that directory.
Here is where I got to. I am in Programmer's Notepad:
But the HelloWorldDirectory still looks like this:
When I compiled it it returned this:
Here is the code I wrote. The problem is probably that I did not include any libraries. I know I need to include something, but I don't know what it is... (Is it just #include iostream ???)
I know I can't excpect that code to work by itself, but I don't know what to do next.
-------------------------------
-Again, I am sorry for being the newbie who can't run the Hello World code , but any help is appreciated.
"Click on Tools->make or use the ALT+1 key combination"
and
"The output window at the bottom will show the build progress"
-The guide says that a "HelloWorld.dol" file should have been created in my HelloWorld directory. My problem: There is no .dol file in that directory.
Here is where I got to. I am in Programmer's Notepad:
But the HelloWorldDirectory still looks like this:
When I compiled it it returned this:
Code: Select all
"make"
> Process Exit Code: 0
> Time Taken: 00:01
Code: Select all
cout << "hello world." << endl;
-------------------------------
-Again, I am sorry for being the newbie who can't run the Hello World code , but any help is appreciated.