Thread: MS bug

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    72

    MS bug

    Hi

    compile the progam as Console app under any Windows OS
    Code:
    #include <stdio.h>
    int main(void){
        printf("CrashMe\t\t\b\b\b\b\b\b");
        printf("CrashMe\t\t\b\b\b\b\b\b");
        return 0;
    }
    and run it.
    make sure that you save all of your currnent work before doing that :-)))

  2. #2
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234

    Nice, not.

    Hey, good job, this is what i call FUN code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. MS Visual C++ 6.0 bug?
    By skillet in forum C++ Programming
    Replies: 4
    Last Post: 09-12-2005, 08:55 PM
  3. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  4. MS Word BUG !!
    By compiler in forum Tech Board
    Replies: 12
    Last Post: 06-27-2003, 09:56 AM
  5. MS bug #2
    By damyan in forum Windows Programming
    Replies: 2
    Last Post: 11-02-2001, 10:51 AM