Page 2 of 2

Re: First application you were proud of

Posted: Mon Sep 06, 2010 1:14 pm
by TheAustech
I was proud of my self when I could write a hello world program in one try without errors.

Re: First application you were proud of

Posted: Mon Sep 06, 2010 1:16 pm
by eatcomics
TheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
I still can't do that xD those pesky semi colons

Re: First application you were proud of

Posted: Mon Sep 06, 2010 1:27 pm
by TheAustech
eatcomics wrote:
TheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
I still can't do that xD those pesky semi colons
Sad thing is that when I thought I had no errors, I just had to have a grammar error:

std::cout<<"Hellow world";

:(

Re: First application you were proud of

Posted: Mon Sep 06, 2010 1:43 pm
by pritam
TheAustech wrote:
eatcomics wrote:
TheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
I still can't do that xD those pesky semi colons
Sad thing is that when I thought I had no errors, I just had to have a grammar error:

std::cout<<"Hellow world";

:(
Lol xD