Home » General Discussions » General Discussion » Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here.
Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230411] |
Tue, 14 November 2006 04:16 |
|
wrestlingdude1
Messages: 6 Registered: November 2006 Location: H-Town
Karma: 0
|
Recruit |
|
|
So, whats the whole hype with renegade?. I keep on hearing ppl talk about this place, but have never been here nor cared to even look this place up. Anyway, I just wanted to introduce myself and say "hey". So "hey".
Banned on KoG, IGN, WGZ, etc.
|
|
|
|
|
|
|
|
|
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230496 is a reply to message #230485] |
Tue, 14 November 2006 16:14 |
MexPirate
Messages: 883 Registered: March 2006 Location: UK
Karma: 0
|
Colonel |
|
|
TD wrote on Tue, 14 November 2006 16:08 |
Nightma12 wrote on Tue, 14 November 2006 18:48 |
help-linux wrote on Tue, 14 November 2006 07:54 | welcome to the forums
postcount = postcount + 1;
|
poor codeing
postcount++;
|
Poor spelling: coding.
@PaPirate U fr00by, I lived here longer than you have.
P=P+1
|
True but why chose the most non-sensical thread here to post in after a long period of quietness, why not go and shed some light on all of Troops claims of pwning all with +ILL+ or something.
It's a mexican pirate .... F*ck a dog by Blink 182
[Updated on: Tue, 14 November 2006 16:15] Report message to a moderator
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230504 is a reply to message #230496] |
Tue, 14 November 2006 16:55 |
|
TD
Messages: 966 Registered: May 2005
Karma: 0
|
Colonel |
|
|
[PA | Pirate wrote on Wed, 15 November 2006 00:14]TD wrote on Tue, 14 November 2006 16:08 |
Nightma12 wrote on Tue, 14 November 2006 18:48 |
help-linux wrote on Tue, 14 November 2006 07:54 | welcome to the forums
postcount = postcount + 1;
|
poor codeing
postcount++;
|
Poor spelling: coding.
@PaPirate U fr00by, I lived here longer than you have.
P=P+1
|
True but why chose the most non-sensical thread here to post in after a long period of quietness, why not go and shed some light on all of Troops claims of pwning all with +ILL+ or something.
|
+ILL+??
+LOL+
I just felt like posting again, because I was bored n stuff and kinda back 2 renegade.
|
|
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230531 is a reply to message #230411] |
Tue, 14 November 2006 18:47 |
|
terminator 101
Messages: 822 Registered: March 2003 Location: Toronto
Karma: 0
|
Colonel |
|
|
wrestlingdude1 | Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here.
|
Wow, do you also want to get banned from Renegadeforums, to make your list even longer?
"It is time you saw the future, while you still have human eyes"
Cheaters only Cheat themselves!
so
Hasta la vista, baby!
[Updated on: Tue, 14 November 2006 18:47] Report message to a moderator
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230574 is a reply to message #230531] |
Wed, 15 November 2006 03:27 |
|
TD
Messages: 966 Registered: May 2005
Karma: 0
|
Colonel |
|
|
Terminator 101 wrote on Wed, 15 November 2006 02:47 |
wrestlingdude1 | Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here.
|
Wow, do you also want to get banned from Renegadeforums, to make your list even longer?
|
Trying to be Most Wanted...
|
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230767 is a reply to message #230587] |
Thu, 16 November 2006 14:00 |
|
bandie63
Messages: 353 Registered: November 2004
Karma: 0
|
Commander |
|
|
danpaul88 wrote on Wed, 15 November 2006 |
Your code would fail to compile because you used cout, but did not declare that you were 'using namespace std;' ^^
|
I have been wondering about that. When I did C++ programming on my own, I used that, but in my Adv. Computer Science 12 class, we don't need it. Does anyone know why? Is it the compiler? Or is it the fact that we're programming on Macs?
EDIT: We're using Code Warrior at school, and I use GCC at home.
[Updated on: Thu, 16 November 2006 14:02] Report message to a moderator
|
|
|
|
Re: Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here. [message #230806 is a reply to message #230767] |
Thu, 16 November 2006 23:14 |
Kanezor
Messages: 855 Registered: February 2005 Location: Sugar Land, TX, USA
Karma: 0
|
Colonel |
|
|
TD wrote on Wed, 15 November 2006 04:27 |
Terminator 101 wrote on Wed, 15 November 2006 02:47 |
wrestlingdude1 | Well, Got banned on KoG, IGN, WGZ, etc. So I decided to come here.
|
Wow, do you also want to get banned from Renegadeforums, to make your list even longer?
|
Trying to be Most Wanted...
|
I would think it's more along the lines of "Most UnWanted", but whatever.
danpaul88 wrote on Wed, 15 November 2006 07:49 |
bandie63 wrote on Wed, 15 November 2006 01:36 |
help-linux wrote on Tue, 14 November 2006 18:46 | ..
|
haha
#include <iostream.h>
int increment(int n);
int increment(int n)
{
if (n != n++)
n += 1;
return n;
}
int main()
{
int postcount, incrementedpostcount;
incrementedpostcount = increment(postcount);
cout << incrementedpostcount;
return 0;
}
|
Your code would fail to compile because you used cout, but did not declare that you were 'using namespace std;' ^^
|
That's beside the fact that cout sucks anyways. Use printf() & variants.
bandie63 wrote on Thu, 16 November 2006 15:00 |
danpaul88 wrote on Wed, 15 November 2006 |
Your code would fail to compile because you used cout, but did not declare that you were 'using namespace std;' ^^
|
I have been wondering about that. When I did C++ programming on my own, I used that, but in my Adv. Computer Science 12 class, we don't need it. Does anyone know why? Is it the compiler? Or is it the fact that we're programming on Macs?
EDIT: We're using Code Warrior at school, and I use GCC at home.
| I've used CodeWarrior. It sucks. It can't even properly disassemble an application. At least, I could never get it to. It always displayed shit like thunks and import names and crap like that... never any actual assembly. I actually wrote my own PPC disassembler because CodeWarrior sucks so horribly and MPW was such a klutz to use. Never got around to writing the instruction lookup library for it, but it was fully functional for various PPC instructions such as add, break, and etc.
As for the discrepancy regarding the needing "using namespace std;" bit or not, it's probably set up in your compiler to automatically include certain headers (for example, main.h or perhaps globals.h) for every .cpp file, and within that header is "using namespace std;". I remember that I could set up CodeWarrior that way. It was actually a pain in the ass, but that was way back when I was C++ n00b. If done improperly, you'd end up with all sorts of namespacing problems, which is what I had. GCC, however, is much more strict about what headers to include.
---
|
|
|
Goto Forum:
Current Time: Tue Nov 26 21:53:06 MST 2024
Total time taken to generate the page: 0.01251 seconds
|