First application you were proud of

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

User avatar
TheAustech
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 96
Joined: Fri Sep 03, 2010 4:38 pm
Current Project: BeatTapper
Favorite Gaming Platforms: PC
Programming Language of Choice: C++, C#
Location: Maryland
Contact:

Re: First application you were proud of

Post by TheAustech »

I was proud of my self when I could write a hello world program in one try without errors.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: First application you were proud of

Post 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
Image
User avatar
TheAustech
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 96
Joined: Fri Sep 03, 2010 4:38 pm
Current Project: BeatTapper
Favorite Gaming Platforms: PC
Programming Language of Choice: C++, C#
Location: Maryland
Contact:

Re: First application you were proud of

Post 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";

:(
pritam
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 991
Joined: Thu Nov 13, 2008 3:16 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Amiga, PSOne, NDS
Programming Language of Choice: C++
Location: Sweden

Re: First application you were proud of

Post 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
Post Reply