The Central Hub for DSM Community and Information

For 1990-1999 Mitsubishi Eclipse, Eagle Talon, Plymouth Laser, and Galant VR-4 Owners. This is where the DSM platform history is documented and archived. Log in to help us in our mission, and to remove most ads from the browsing experience.

I think I saw a girl run through this

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

but the ground doesn't not look wet, and there is no water on that car................
 
it's fog, that's US-50 right there behind that tree line, but you can't even see any headlights..

It was more of a silent hill reference.
Sorry about the confusion I get bored at work and it just looked like a good pic.

Ending stupidity :)
 
i.

It was more of a silent hill reference.

Nice I got it.

Do you work as a hotel front desk guy? How much does that pay? I have a really good job but have always wanted to do that especially at night when all the weirdos come in. Convenience store also but only at night like 11pm to 6am






Maybe Defiant will wonder on through looking for a place to bed down.
 
If your going to say fail there needs to be a picture to coincide the emotion you are trying to invoke.
 
What exactly was a girl doing running around at that time? Now was she running from someone chasing her or was the police after her? Oh I know maybe she was a vampire and she was on the hunt and then she seen you and got scared and ran into the night thinking what exactly was that hideous creature.LOL
 
Yes , yes I do. This hotel was built in the 70's. 90% of the rooms still have the extremely old and heavy 19" TV screens. This is what I work at at night, but still have a day job. I pretty much sit there, and bring in my xbox 2-3 days a week to keep awake. Walk down the halls randomly, and take strange pictures and post them to DSMtuners.com.
 
After the "Thread = Success"? I haven't used C++ in a VERY long time.

Yes, that'd be where the missing semi-colon should be. Well, now that you edited it, you messed it up ROFL

What you currently have:

Code:
//Not intended to function
#include [i]<[/i][i]iostr[/i][i]eam>[/i]
#include [i]<[/i][i]stri[/i][i]ng>[/i]

int main()
{
   string thread;
       thread = success
           while (thread = success)
       {
            cout << HAHAHAHAH! << endl;
       }
            Else
            cout << FAIL! << endl;
}

If that was ran (and worked), it would output HAHAHAHA! since thread always equals success. Before you edited it I believe it would have output FAIL! since you had "thread = success" and then "while (Thread = success)" with there being case inconsistencies. Either that or you really meant it to output HAHAHAHA! and the joke is way over my head :tease:

How I think it should be to output FAIL!.

Code:
//Not intended to function
#include [i]<[/i][i]iostr[/i][i]eam>[/i]
#include [i]<[/i][i]stri[/i][i]ng>[/i]

int main()
{
   string this_thread;
       this_thread = sucks;
           while (this_thread = success)
       {
            cout << HAHAHAHAH! << endl;
       }
            Else
            cout << FAIL! << endl;
}
 
Add Value - Be Respectful - No Trolling - No Misinformation - Participate Often!
Support Vendors who Support the DSM Community

Build Thread Updates

Latest Classifieds

Back
Top