(Re)loaded

15305597631_ef6846f709

Photo Credit: <a href=”https://www.flickr.com/photos/62490191@N04/15305597631/”>Stephen Tierney.</a> via <a href=”http://compfight.com”>Compfight</a&gt; <a href=”https://creativecommons.org/licenses/by-nc-sa/2.0/”>cc</a&gt;

—-

#TC1017 #WSQ02

Now that everything’s up and running as expected, I’m ready to tackle this course and actually quite excited about making new programs. As of now, the first problem has been solved: display “Hello World!” on the computer screen.

ProofHello

The picture above shows both the cygwin compiler and the folder in which the .cpp and .exe files for the source code were created:

#include <iostream>
using namespace std;

int main(){
cout << “Hello world!” << endl;
}

Making the program was easy, but it took me some time and a little help from Bauer to figure out how to properly run the program.

The rest of the problems will be uploaded soon.

CC BY-SA 4.0 (Re)loaded by diegodamy is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.