S-M-R-Ter

Jan 17, 2007 00:14

#include
using namespace std;

int main()
{
cout << "Hello World!\n";

// add this line to avoid flash:
{ cout << flush; getchar(); }

return 0;
}

/*---------- output ----------

Hello World!

----------------------------*/

programming

Leave a comment

Comments 4

knutzythebunny January 17 2007, 17:25:28 UTC
Wha?!

Reply

fearlesspookie January 17 2007, 21:22:08 UTC
It's my first C++ assignment. =]

Reply

knutzythebunny January 17 2007, 21:30:30 UTC
I fell off the coding truck after I learned Fortran in college. I think it was an elective for my Physics major and I was dumb enough to think it a good idea. I dispise coding. Strangly, I love math and order though, along with functional disorder(chaos/string theory, fractals)

Reply

fearlesspookie January 17 2007, 21:43:08 UTC
I don't exactly *understand* it yet, but I'm working on it. So far I like it because I type in some shit and then (if I do it right) it gives me a result. The "Hello World!" program just opens a cmd window that says, "Hello World!" I find it satisfying. Perhaps that is silly but it satisfies nonetheless. Input => output. Convoluted stuff => It said "hello!" I am giddy with the prospect of my future SMRTness.

As for math, I'm good at it when I put any effort into it. I prefer creative "answers" rather than right and wrong. I think that is why I will/do like coding.

Also, I <3 order, rhythm, and patterns. I thrive in controlled chaos.

/glee

Reply


Leave a comment

Up