Thread: Woot!

  1. #16
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Vber
    I can't download your word-processor, maybe it's down just now?
    check the link dude
    The link will redirect you so don't download the link's target.

  2. #17
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    People hate constructive criticism..."That messagebox is annoying..." "NO IT'S NOT!! NOT TO ME!!! DON'T LET HIS TRYING TO HELP YOU GET IN YOUR WAY OF WORDPROCESSING GREATNESS!!!"



  3. #18
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Just my two cents: Theres nothing wrong with constructive criticism. BUT I don't see how statements that amount to "Why would anyone ever want to use your product" and "Notepad owns your word processor" could be construed as constructive.

  4. #19
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    I now use that word processor for all my work, including presentations, cards for my parents , all my programming work, and anything else you can think of. Thanks, Travis.

  5. #20
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Is it THAT bad, that everyone thinks it's my FIRST program?

    It's not. THIS was the source code for my first program:
    Code:
    #include <iostream.h>
    
    int main()
    {
    cout << "5";
    return 0;
    }
    I'm probably not as bad as everyone thinks I am, but I'm not really good either. Oh well.

  6. #21
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    ACK THAT NEEDS FIXING

    Code:
    #include <iostream>
    using namespace std;
    
    int main()
    {
         cout << '5';
         return 0;
    }
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  7. #22
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by abrege
    ACK THAT NEEDS FIXING

    Code:
    #include <iostream>
    using namespace std;
    
    int main()
    {
         cout << '5';
         return 0;
    }
    If you're compiler is old krak's code would suffice.

  8. #23
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    MSVC++ 6.0 is old? Who knew?

  9. #24
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Krak
    MSVC++ 6.0 is old? Who knew?
    Oh... No, You'lle need to change it then or it would
    complain about you using an old iostream version.

    [edit]

    Actually MSVC++ 6.0 is quite old, about 5 years old i guess.

  10. #25
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I use the latter version whenever compiling with GCC cause it wont shut up about it. Dumb compiler keeps *****ing @ me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Control message handling
    By Homunculus in forum Windows Programming
    Replies: 5
    Last Post: 02-06-2006, 05:56 PM
  2. a random number creator--PLZ help !
    By MystWind in forum C++ Programming
    Replies: 7
    Last Post: 03-05-2005, 10:58 AM
  3. Amd64 has arrived at my house!! Woot!
    By RealityFusion in forum Tech Board
    Replies: 21
    Last Post: 09-20-2004, 10:18 PM
  4. My new PC!!!! Woot!!!
    By biosninja in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 03-06-2004, 12:49 AM
  5. Woot! My First Game Ever!
    By LordVirusXXP in forum C++ Programming
    Replies: 7
    Last Post: 01-01-2003, 10:26 PM