Weirdy Posted August 11, 2005 Posted August 11, 2005 I have high goals this year in my school... the highest being the contest in orlando for 1-2 year programmers, I plan on winning first (it's in vb and c++ no java) Edit: On a side note, I'm slowly starting to get the same thrill I get from competing in video games onto competing with my school members<{POST_SNAPBACK}>good luck I guess btw, are you sure it's not a contest where visual c++ is used?
Ryuken Posted August 11, 2005 Posted August 11, 2005 i knew Drake was smarter than me, i just knew it and i just found out. How dumb of me. hehe
Agozer Posted August 11, 2005 Posted August 11, 2005 Wow, Drake has a hidden talent. That piece of code was nice, and I would have included to begin with.
Weirdy Posted August 11, 2005 Posted August 11, 2005 #include <iostream> #include <string> using namespace std; int main() { str MemberName; cout << "Enter the name of a member at 1emu\n "; cin >> MemberName; if (MemberName = 'Ryuken' || 'Axl') { cout << "stfu and go away you damn narutard! "; return 0; } else cout << "hi, have a nice day "; return 0; }
Lucandrake Posted August 11, 2005 Posted August 11, 2005 (edited) Haha weirdy, that's nice, and yes i'm positive the contest is visual C++, I just finished my vb program...boring ' Edit: Weirdy put char not str, use " not '...... besides that it works fine , unless ryuken and axl know that c++ is case sensitive >.> Edited August 11, 2005 by Drake
Weirdy Posted August 11, 2005 Posted August 11, 2005 Haha weirdy, that's nice, and yes i'm positive the contest is visual C++, I just finished my vb program...boring ' Edit: Weirdy put char not str, use " not '...... besides that it works fine , unless ryuken and axl know that c++ is case sensitive >.><{POST_SNAPBACK}>str is a string variable which is why <string> is included I though you knew that
Lucandrake Posted August 11, 2005 Posted August 11, 2005 I just ran the program in my computer class, str gave me an error I had to change it to string for it to work
Lucandrake Posted August 11, 2005 Posted August 11, 2005 Hehe, meh, dude do you know java, I can't get E (I think its 2.75) to work properly in it >.<....
Weirdy Posted August 11, 2005 Posted August 11, 2005 Hehe, meh, dude do you know java, I can't get E (I think its 2.75) to work properly in it >.<....<{POST_SNAPBACK}>no
Gryph Posted August 11, 2005 Posted August 11, 2005 I think I'm going to have to ask that this thread get back on topic. Whatever the original topic was...what was it?
Agozer Posted August 11, 2005 Posted August 11, 2005 I think I'm going to have to ask that this thread get back on topic. Whatever the original topic was...what was it?Something about GameCop getting back his will to live, or something.
OverlordMondo Posted August 11, 2005 Posted August 11, 2005 I think I'm going to have to ask that this thread get back on topic. Whatever the original topic was...what was it?<{POST_SNAPBACK}>Something about GameCop getting back his will to live, or something.<{POST_SNAPBACK}>Yeah, I guess at some point he died. Then he came back to life three days later or something.
Wizard Posted August 11, 2005 Posted August 11, 2005 So, Gamecop thinks his christ? Ha, John Lennon was christ.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now