"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.