View Poll Results: Good Idea? Yes or NO?

Voters
7. You may not vote on this poll
  • I'm all in!

    6 85.71%
  • This sucks!

    1 14.29%

Thread: C++ Debugging Contest..!!

  1. #1
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903

    C++ Debugging Contest..!!

    Here is my contest Idea:


    This contest is design to test probably the most essential part of programming.. your ability to debug!


    I post a program with a few flaws in it. (It may or may not compile.)

    (and no, I am not posting my homework so other people can debug it.. in fact, I'm in between semesters right now) I will have my version of the answer prepared ahead of time. I will work backwards from a fully functional program.

    First one to debug the program and post their entry weeeeens!



    Cast ye' votes now on whether this is a good idea or if it sucks.
    Last edited by The Brain; 05-04-2005 at 10:44 AM.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  2. #2
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    The idea of a debugging contest is not bad, but I think making a C Board contest a run to the finish line is. Half of us are working 9-5 jobs, and the other half are students with varying schedules. Posting a timed contest at any time of day will likely exclude a large portion of the community from involvement.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  3. #3
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    good call.. with that in mind.. how about an "optimization contest".. this should take out the "first one done wins" factor.. person with the fastest version of a posted program weeeens!
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Kernighan
    Word

  5. #5
    Registered User
    Join Date
    Jul 2004
    Posts
    17
    My vote of "I'm all in!" is for optimization rather than debuging. You'd have to post some quite complicate algorithm (which works - forget the debuging bit) which takes a tangiable amount of time and see who can get it quickest. Trouble is how would you benchmark it???

    Pete

  6. #6
    Registered User
    Join Date
    Apr 2005
    Posts
    4

    sounds like a good idea

  7. #7
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    I vote for optimizing.
    It could be benchmarked by being run a few thousand times on test data and averaging the time taken. This should be fare for all submisions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help needed in organising a debugging contest
    By shrijeetp in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 01-22-2006, 07:45 AM
  2. Expression Evaluator Contest
    By Stack Overflow in forum Contests Board
    Replies: 20
    Last Post: 03-29-2005, 10:34 AM
  3. WANTED: Contest Master
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-23-2003, 10:15 PM