View Poll Results: Are you for Windows or *nix?

Voters
16. You may not vote on this poll
  • Windows

    9 56.25%
  • *nix

    7 43.75%

Thread: Windows vs. *nix

  1. #16
    junior member mix0matt's Avatar
    Join Date
    Aug 2001
    Posts
    144
    The only reason to pay for a Windows box is for game playing and game development ( the later isn't really even true)...if you're really interested in programming and you don't have a corporate budget, i don't see how you could go with anything other that linux or the free unix derivitives. everything you need for any language is free...free CORBA broker too...can't beat it...free

    i personally run both. without tfc, i don't think windows would be a priority....
    THIS IS NOT JUST A CHRONICLING OF THINGS WE HAVE DONE IN THE PAST BUT OUR RISE TO POWER.

  2. #17
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    C'mon, this is a programming forum, everyone should no this or that results in a true or a false, not a this or a that (unless they are true or false).
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #18
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Code:
    #include <stdio.h>
    
    void main (void) {
        for (int i = 0; i < 5; i++){
            printf ("\t\t\b\b\b");
        }
    }
    This code crashed my Win2k as well!

  4. #19
    Registered User
    Join Date
    Oct 2001
    Posts
    95
    It crashed because there are more backspaces than tabs...You screwed it up!
    Think out of the box! Open Source rules!

    -Breach23

  5. #20
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    When I say crashed, I mean goodnight operating system. Run it.

  6. #21
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Really? See, unstable. That is Windows main problem.
    1978 Silver Anniversary Corvette

  7. #22
    Registered User
    Join Date
    Aug 2001
    Posts
    79
    Windows is better because I can download it from the internet and not have to feel the pangs of a clear conscience!

    And you should program everything on Windows because downloading something legally is not half as thrilling as pirating it!
    All generalizations are false

  8. #23
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    >The only reason to pay for a Windows box is for game playing and game development ( the later isn't really even true)...if you're really interested in programming and you don't have a corporate budget, i don't see how you could go with anything other that linux or the free unix derivitives. everything you need for any language is free...free CORBA broker too...can't beat it...free<

    So? BeOS PE is absolutely free also. Although it doesn't come preloaded with free dev stuff, it certainly has it available. You're not the only rebels that have GCC!!! Hehe...

  9. #24
    .
    Join Date
    Aug 2001
    Posts
    598
    I have yet to here of unrecovable windows crashes, linux on the other hand seems to be able to do that.

    I run windows 98 not networked and if I get a crash it is repared with running scandisk, and defrag witch I should do anyways.
    To Err Is To Be Human. To Game Is Divine!"

  10. #25
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    How do you define "unrecoverable"? What...when hardware is fried?

    >>I run windows 98 not networked and if I get a crash it is repared with running scandisk, and defrag witch I should do anyways.


    Oh, I wish it were always this simple. I've seen loads of crashes where Fdisk->Reformat->Reinstall has been the easiest way forward. I always like to restart from scratch if it looks as though the OS has been damaged/corrupted. Its easy when you have done it so many times. As long as data files are sensibly ordered and regularly backedup, there shouldnt be a problem.

  11. #26
    .
    Join Date
    Aug 2001
    Posts
    598
    >How do you define "unrecoverable"? What...when hardware is fried? <

    No, when it does not work even if reinstaled.

    >Oh, I wish it were always this simple. I've seen loads of crashes where Fdisk->Reformat->Reinstall has been the easiest way forward. I always like to restart from scratch if it looks as though the OS has been damaged/corrupted. Its easy when you have done it so many times. As long as data files are sensibly ordered and regularly backedup, there shouldnt be a problem.<

    Smiles and gives thumbs up. *dumb*
    To Err Is To Be Human. To Game Is Divine!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM