Jump to content

Giving Up


Recommended Posts

  • Replies 256
  • Created
  • Last Reply

Top Posters In This Topic

I didnt have a tower but I just had cans, cans, and more cans spewn across the basement.  I have them stuffed in drawers everywhere you could think of.  Big ziplock bags filled of them just everywhere.  It took me about 45min to crush them all.

 

#include <iostream>
#include <string>
using namespace std;

int main()
{ 
   string fortunes[4] = ("Only Death Awaits you", "Your 1337ness is a inspiration", "On the binary finger shirt everyone is giving you 00000100", "Watch out for that car");
   
   cout << "Press any button to reveal your fortune....(wooo mystical)\n";
   system("pause");
}
   
   
   

514058[/snapback]

 

 

Wtf are you doing!?

 

*cracks open Dev-C++*

EDIT:

 

This may be more along the lines of what you're looking for:

 

#include <iostream>
#include <stdlib.h>
#include <time.h>

using namespace std;

srand((unsigned)time(NULL));

int[10] theArray;

int NumberToPick = rand() % 10;

int main() {
   //...
   
   return 0;
   
}

 

EDIT2: Oh you dirty son of a...

514061[/snapback]

 

 

Ha I got him to program ...................... :lol::D

514070[/snapback]

 

 

Face it KB you where PWND.

514085[/snapback]

 

 

Ok, I got pwnd.

514105[/snapback]

 

 

This isnt working whree is markie when you need him............. arrrrrrgggghhhhhhhhhhh  :angry2:  :angry:

514107[/snapback]

 

 

Just give him another pice of code. I could take a crack @ making a dynagic sig and post it if that would help... :lol:

514110[/snapback]

 

 

I think I either hurt him or scared him off (with the brains comment or lick thing, respectively).

514115[/snapback]

 

aaaaaaaaaah hahahaha :D welldone that man.

 

Not scared off. Just got pissed off with everything again last night, started not to feel much like talking........... and went to sleep :unsure:

 

But, it's 7:30AM (EEEEEEEKKKK!!!!!!!!!) and i'm awake now..... eek.... so... im right here.....

Share this post


Link to post
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...