Honestly smoked by "Spec R" Legacy.
Originally Posted by rau
oh god, how much free time do you have? 

Troll
iTrader: (6)
Joined: Jan 2006
Posts: 15,877
From: In SoggyNoodles Low Rise Pants
Car Info: 2008 Legacy Spec-B
Originally Posted by rau
oh god, how much free time do you have? 

I betcha it took me less time to type that program then what you just typed... I am also going to school to be a computer programmer ... that was pretty basic C++
Originally Posted by wombatsauce
It saves time in the long run. We could have a "taunt-script repository" on here or sumpin. Lush!
Originally Posted by illusion
that was uncalled for 

What gets me is that someone would download that pic, save it, and then repost it somewhere thinking it's funny. A lot of steps there...
Originally Posted by GT35 STI
E-Thugging made easy!!!
#include <iostream>
using namespace std;
struct E_Thug
{
char name[20];
};
int main()
{
E_Thug * ps = new E_Thug;
cout << "Please enter the name of your current E-Thug that is bothering you!! ";
cin.get(ps->name, 20);
cout << "The name of the current E-Thug that is bothering you is: " << ps->name << endl;
cout << "Hey " << ps->name << "I betcha you wouldn't say that to my face!!" << endl;
delete ps;
return 0;
}
#include <iostream>
using namespace std;
struct E_Thug
{
char name[20];
};
int main()
{
E_Thug * ps = new E_Thug;
cout << "Please enter the name of your current E-Thug that is bothering you!! ";
cin.get(ps->name, 20);
cout << "The name of the current E-Thug that is bothering you is: " << ps->name << endl;
cout << "Hey " << ps->name << "I betcha you wouldn't say that to my face!!" << endl;
delete ps;
return 0;
}
rofl nuke...
Originally Posted by GT35 STI
really now.. then why is it the DMV has you read a line of letters 20 feet away? according to you... you should just have to see a car from 20 feet away, which a blind person could do...
You are sounding dumber and dumber as this thread goes on...
You are sounding dumber and dumber as this thread goes on...
How the hell am I sounding "dumber and dumber", if that was my only post? You only agreed with me by stating "Even a blind man could see a car.." Was his car 20+ ft away from the other when in fact he was right next to him/on his ***? I didnt say ANYTHING about DMV regulations, nor what the standard should be to drive safe etc... what did I state? I merely stated its much easier to see an actual car(therefore judge it manuevering dangerously) even if you cant read small letters on a licenseplate (thats a given). That's all I said, and you agreed by saying even a blind person could see a car from 20 ft away, so I dont get why youre choosing to pick an argument lol.... calling me out by saying i'm sounding dumber and dumber when I havent posted before that LOL blatant attempt to start **** for godknowswhatreason. bla bla. o_O I guess you just GG'd, no re!
Last edited by Seoul; Aug 4, 2006 at 09:06 AM.
Originally Posted by rau
haha, for a second, i thought it was Aldouse's Legacy....... :rotfl:
but he doesnt have an R on his vanity plate, it reads X002X
but he doesnt have an R on his vanity plate, it reads X002X
hahaha. aldouse doesn't drive like a maniac around people. but that's funny that you would have thought that it was him.
Originally Posted by Seoul
How the hell am I sounding "dumber and dumber", if that was my only post? You only agreed with me by stating "Even a blind man could see a car.." Was his car 20+ ft away from the other when in fact he was right next to him/on his ***? I didnt say ANYTHING about DMV regulations, nor what the standard should be to drive safe etc... what did I state? I merely stated its much easier to see an actual car(therefore judge it manuevering dangerously) even if you cant read small letters on a licenseplate (thats a given). That's all I said, and you agreed by saying even a blind person could see a car from 20 ft away, so I dont get why youre choosing to pick an argument lol.... calling me out by saying i'm sounding dumber and dumber when I havent posted before that LOL blatant attempt to start **** for godknowswhatreason. bla bla. o_O I guess you just GG'd, no re!
Originally Posted by GT35 STI
I got a question... if you are so blind that you can not even read a liscense plate... and you are driving without your glasses... who are you to talk **** about how safley someone is or isn't driving?!
Registered User
iTrader: (1)
Joined: May 2005
Posts: 1,404
From: My lugnuts require more torque then your Honda makes
Car Info: 05 WRX
[jng@linux server ~/CIS110/time]$ make
g++ -Wall -ggdb -c main.cpp -o main.o
g++ -Wall -ggdb main.o -o proj1.x
[jng@linux server ~/CIS110/time]$ ./proj1.x
Please enter the name of your current E-Thug that is bothering you!! GT35_STI
The name of the current E-Thug that is bothering you is: GT35_STI
Hey GT35_STII betcha you wouldn't say that to my face!!
[jng@linux server ~/CIS110/time]$
I was bored to so I compiled and ran your program
g++ -Wall -ggdb -c main.cpp -o main.o
g++ -Wall -ggdb main.o -o proj1.x
[jng@linux server ~/CIS110/time]$ ./proj1.x
Please enter the name of your current E-Thug that is bothering you!! GT35_STI
The name of the current E-Thug that is bothering you is: GT35_STI
Hey GT35_STII betcha you wouldn't say that to my face!!
[jng@linux server ~/CIS110/time]$
I was bored to so I compiled and ran your program
Something Custom
iTrader: (9)
Joined: Aug 2003
Posts: 14,505
From: Las Vegas NV
Car Info: 2018 Grand Cherokee Limited Ecodiesel EOC Stage 1
Originally Posted by BeeSTi
hahaha. aldouse doesn't drive like a maniac around people. but that's funny that you would have thought that it was him.
Troll
iTrader: (6)
Joined: Jan 2006
Posts: 15,877
From: In SoggyNoodles Low Rise Pants
Car Info: 2008 Legacy Spec-B
Originally Posted by gqchynaboy
[jng@linux server ~/CIS110/time]$ make
g++ -Wall -ggdb -c main.cpp -o main.o
g++ -Wall -ggdb main.o -o proj1.x
[jng@linux server ~/CIS110/time]$ ./proj1.x
Please enter the name of your current E-Thug that is bothering you!! GT35_STI
The name of the current E-Thug that is bothering you is: GT35_STI
Hey GT35_STII betcha you wouldn't say that to my face!!
[jng@linux server ~/CIS110/time]$
I was bored to so I compiled and ran your program
g++ -Wall -ggdb -c main.cpp -o main.o
g++ -Wall -ggdb main.o -o proj1.x
[jng@linux server ~/CIS110/time]$ ./proj1.x
Please enter the name of your current E-Thug that is bothering you!! GT35_STI
The name of the current E-Thug that is bothering you is: GT35_STI
Hey GT35_STII betcha you wouldn't say that to my face!!
[jng@linux server ~/CIS110/time]$
I was bored to so I compiled and ran your program

:rotfl:!! glad it worked.. I wasn't sure if I had the pointers right, because my laptop has nothign to compile C++ as of right now, so I had no way of checking it besides just going from basic knowledge HAHA.... Only problem is it looks like I forgot to put a space in the << " I betcha..." so it runs them to close together



