Steam Chats
Re: Steam Chats
I don't know who that Azrael guy is, but he sounds really awesome.
"Sometimes with Microsoft products, up is left and down is purple."
- Johnimus Prime
- Posts: 2911
- Joined: Wed Mar 26, 2008 11:30 pm
- What is 3hirty p1us 4orty?: 70
- Location: Cheshire
Re: Steam Chats
Johnimus: So how was the Dam Jase?
Jased10s: HACK COUGH SPLUTTER COUGH SPIT SPLUTTER HACK COUGH WRETCH
Jased10s: HACK COUGH SPLUTTER COUGH SPIT SPLUTTER HACK COUGH WRETCH
- heavy_the_hobbit
- Posts: 838
- Joined: Sat Apr 12, 2008 3:37 am
- What is 3hirty p1us 4orty?: 70
- Location: North Carolina, USA
Re: Steam Chats
What? You're sending the output of cat (which will default to STDIN unless I'm mistaken) to a black hole in your computer - and then sending that to Votick? I think you meant to leave out the first >, which would make it `cat /dev/null > Votick`, which, depending on where the newline is would either send null to Votick's ramblings file, or tell you that '> Votick' is the contents of /dev/null. Of course, `tail -c 1k /dev/random > Votick` would be much better.Supernova wrote:cat > /dev/null
> Votick
"Sometimes with Microsoft products, up is left and down is purple."
Re: Steam Chats
the > was simply indicating the first line of input -_-
ie Votick
if you're reading from stdin then it doesn't matter where your newlines are, it just reades every line at a time - but you already know that
ie Votick
if you're reading from stdin then it doesn't matter where your newlines are, it just reades every line at a time - but you already know that

- Johnimus Prime
- Posts: 2911
- Joined: Wed Mar 26, 2008 11:30 pm
- What is 3hirty p1us 4orty?: 70
- Location: Cheshire
Re: Steam Chats
OMG YOU GEEKS!!!!!!
<1> Print "You'r a pair of geeks"
<2> Goto <1>
<1> Print "You'r a pair of geeks"
<2> Goto <1>
Re: Steam Chats
Code: Select all
#include <stdio>
using namespace std;
int main() {
while(true) {
cout << "You're a pair of geeks!";
}
return 0; // will never be called, but needed for the code to compile correctly :/
}
Last edited by Azrael on Tue May 13, 2008 1:24 pm, edited 1 time in total.
"Sometimes with Microsoft products, up is left and down is purple."
Re: Steam Chats
Man I don't play this game to read code, I've had enough of that at Uni! Hopefully will never have 2 see it agen aftr my 1st year!
"Hey actually Jonnywhy is right" - AngryWolf
"I agree with Jonnywhy" - Supernova
"Jonnywhy you're about as useful as a ashtray on a motor bike!" - Fester
"I agree with Jonnywhy" - Supernova
"Jonnywhy you're about as useful as a ashtray on a motor bike!" - Fester