First application you were proud of
Moderator: Talkative People
- TheAustech
- 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
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
I still can't do that xD those pesky semi colonsTheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
- TheAustech
- 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
Sad thing is that when I thought I had no errors, I just had to have a grammar error:eatcomics wrote:I still can't do that xD those pesky semi colonsTheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
std::cout<<"Hellow world";
-
- 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
Lol xDTheAustech wrote:Sad thing is that when I thought I had no errors, I just had to have a grammar error:eatcomics wrote:I still can't do that xD those pesky semi colonsTheAustech wrote:I was proud of my self when I could write a hello world program in one try without errors.
std::cout<<"Hellow world";