Official "Hello, World! (I'm new!)" thread
Moderator: Talkative People
Hey, I am Dejai. I missed this post... Anyway I am 15 years old and I am really enjoying programming. I hope to get into operating system programing when I am a bit older but currently I like to code games.. I have watched all your videos, and I check almost on a daily basis to see whether you guys have posted a new video... You inspire me to program using low level libraries. I think your 2d project is awesome and it pisses me off how ignorant most of the people that comment on youtube are. Anyway I love the project I hope to become a valid community member.
Oh and one more thing. I admit I am a noob, I don't want to take credit for other peoples work and I support open source.
Oh and one more thing. I admit I am a noob, I don't want to take credit for other peoples work and I support open source.
- ansatsusha_gouki
- Chaos Rift Newbie
- Posts: 37
- Joined: Fri Jul 04, 2008 1:19 am
- Location: Cleveland
- Contact:
well let me introduce myself..........my name is ansatsusha-gouki.......ansatsusha means assassin and gouki means strong spirit in japanse.....im a big akuma fan as u can see :D im 28years old.....i usually got by this name, ansatsusha_akuma or assassin216...im from cleveland,ohio
right now im currently in school for programming almost done with it.... the only programming i took was html and that was 14 yrs ago....lol...like to draw and do anythin thats related to video games or art....right now im working on a riddle game since i luv riddles..
my favorite programming language is c++ and java.....im starting to grasp c++ even though it took me 2 years to understand the basics...still havin a hard time with pointers and arrays but anyways thats enuff about me if anyone want to contact me just let me know and im glad to answer questions
right now im currently in school for programming almost done with it.... the only programming i took was html and that was 14 yrs ago....lol...like to draw and do anythin thats related to video games or art....right now im working on a riddle game since i luv riddles..
my favorite programming language is c++ and java.....im starting to grasp c++ even though it took me 2 years to understand the basics...still havin a hard time with pointers and arrays but anyways thats enuff about me if anyone want to contact me just let me know and im glad to answer questions
- Jools64
- ES Graphics Artist
- Posts: 198
- Joined: Fri Sep 19, 2008 10:41 am
- Location: Scotland, Uk
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
Heya, Im Jools,
Im 15 years old and like to make graphics, programme, make films, skate and generally mess around in my free time. =P
Im also the lead guitarist and sing in a metal band. =)
Btw where should I post examples of my work for joining the game dev team?
Im 15 years old and like to make graphics, programme, make films, skate and generally mess around in my free time. =P
Im also the lead guitarist and sing in a metal band. =)
Btw where should I post examples of my work for joining the game dev team?
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Official "Hello, World! (I'm new!)" thread
Welcome!
If you send GyroVorbis a PM and he'll see about granting you access to the Interviews forum.
If you send GyroVorbis a PM and he'll see about granting you access to the Interviews forum.
Last edited by MarauderIIC on Fri Sep 19, 2008 11:33 am, edited 1 time in total.
Reason: oops, forgot the friendliness ;)
Reason: oops, forgot the friendliness ;)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- Jools64
- ES Graphics Artist
- Posts: 198
- Joined: Fri Sep 19, 2008 10:41 am
- Location: Scotland, Uk
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
Cool, thanks =)
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
It's an open group, he should be able to add himself.
- Jools64
- ES Graphics Artist
- Posts: 198
- Joined: Fri Sep 19, 2008 10:41 am
- Location: Scotland, Uk
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
How do I add myself, I can't see it =/
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
The name is... *insert boring personal info here*... experience with VB, C++, SDL, AutoIt, HTML/JavaScript, wee bit of Lua. Pretty much suck at art, and anything else that requires creativity, love to program. Gets way too excited over new Adventures in Game Development chapters. What can I say, I love these guys.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Official "Hello, World! (I'm new!)" thread
Usergroups tab under your user control panel, ctrl+f, interviewees. Hit the radio button on the right and scroll to the bottom, use the drop down list.Jools64 wrote:How do I add myself, I can't see it =/
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Re: Official "Hello, World! (I'm new!)" thread
#include <iostream> // yea, lame. I know.
int main()
{
std::cout << "Hello, World! I'm new!";
return 0;
}
int main()
{
std::cout << "Hello, World! I'm new!";
return 0;
}
[sethslade] - I've always wanted to make my own programming language. Or OS. Or both. But then AP calc slaps me in the face and says, "NO TIME, BITCH!"
- trufun202
- Game Developer
- Posts: 1105
- Joined: Sun Sep 21, 2008 12:27 am
- Location: Dallas, TX
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
Howdy guys, just figured I'd introduce myself.
I'm a Software Engineer slash Wanna-be-game-developer. I originally got into programming when I was like 14, cuz I wanted to make video games. So now, I'm 27 and develop business applications in C#. But, I haven't lost my passion for game development.
I've made a few puzzle games and 2D sidescrollers in Java, J2ME, C++, and C#. (I even made a puzzle game in Javascript! ) But now I'm delving into 3D game development for the first time - using Ogre3D, C++, and Lua. I gotta thank Falco for his videos on Lua! Dude, you inspired me to go out and do some research. Now I've got Lua integrated into my game, and I love it!
P.S. Falco, I'm from Alabama too. I was born in Dothan.
I'm a Software Engineer slash Wanna-be-game-developer. I originally got into programming when I was like 14, cuz I wanted to make video games. So now, I'm 27 and develop business applications in C#. But, I haven't lost my passion for game development.
I've made a few puzzle games and 2D sidescrollers in Java, J2ME, C++, and C#. (I even made a puzzle game in Javascript! ) But now I'm delving into 3D game development for the first time - using Ogre3D, C++, and Lua. I gotta thank Falco for his videos on Lua! Dude, you inspired me to go out and do some research. Now I've got Lua integrated into my game, and I love it!
P.S. Falco, I'm from Alabama too. I was born in Dothan.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Official "Hello, World! (I'm new!)" thread
Oh, wow! A software engineer! It's great to have somebody really knowledgeable around here. I'm working on my Computer Engineering degree, right now. I'm almost a junior.
And yeah, lua is seriously badass. I'm actually currently working on it. Or I was, until I fell asleep on the job...
And yeah, lua is seriously badass. I'm actually currently working on it. Or I was, until I fell asleep on the job...
Re: Official "Hello, World! (I'm new!)" thread
Welcome.
For those of you who don't already know me, I'm the forum douchebag.
For those of you who don't already know me, I'm the forum douchebag.
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
Re: Official "Hello, World! (I'm new!)" thread
Wait so if you are the forum douchebag then what does that make me. Cause I dont think there is enough room on these forums for 2 douchebags.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Official "Hello, World! (I'm new!)" thread
Obviously you must be the scheduled douchebag.cronjob00 wrote:Wait so if you are the forum douchebag then what does that make me. Cause I dont think there is enough room on these forums for 2 douchebags.
:)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.