944,030 Members | Top Members by Rank

Ad:
  • C++ Code Snippet
  • Views: 3065
  • C++ RSS
0

Blue Screen of Doom!

by on Oct 15th, 2006
For those of you who live at home, run this on your parents' computer fullscreen, blue background, white font. Then put the mouse over the block in the upper lefthand corner, and enjoy the show.
C++ Code Snippet (Toggle Plain Text)
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6. char block=219;
  7. cout<<block<<"\n\n1.3.0.0.4\nError:\nbad_pool_header\n\n<0x011000> <0x011001> <0x011100> <0x011111>\n\n\n\nIf this is the first time you see this message, please reboot.\nIf you have seen this before, please contact your hardware vendor for details."<<endl;
  8. while(true){
  9. ;
  10. }
  11. }
Comments on this Code Snippet
Nov 13th, 2006
0

Re: Blue Screen of Doom!

It's okay, but there are a couple of things wrong:

1) Nothing happens when you run your cursor over the little block in the left-top corner.
2) It's not blue!
3) What exactly is this supposed to do?

But I know I couldn't have done much better so cheers!

Cheers,
lol_hacker101 :cheesy:
Junior Poster
lol_hacker101 is offline Offline
150 posts
since Sep 2006
Message:
Previous Thread in C++ Forum Timeline: C-Strings & Random Integers
Next Thread in C++ Forum Timeline: Using a struct array





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC