Thread: ANN: The Fourth Contest: Alarm Clock, sign up here

  1. #31
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by fletch
    Should I comment extensively, or can I rely on the judges to be able sort through my alarm clock? If I need to comment, what's the appropriate 'level of commenting?' i.e.

    // This block of code does...
    -or-
    // This line sets x equal to y

    fletch
    spin your choice. but if i had to choose, definately the first type(block of code does...), and definately not the second type (line x = y).

  2. #32
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Ohh boy.. I already submited my entry and i dint write even a piece of commewnt in the source..

  3. #33
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    (my eyes tend to pass over comments anyway)

  4. #34
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by vasanth
    Ohh boy.. I already submited my entry and i dint write even a piece of commewnt in the source..
    you can submit an entry as many times as you want. the final entry will be the one excepted. (i'm sure you knew this, but some ofhers might've not)

  5. #35
    Registered User fletch's Avatar
    Join Date
    Jul 2002
    Posts
    176
    I've submitted my entry. With comments.

    fletch
    "Logic is the art of going wrong with confidence."
    Morris Kline

  6. #36
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    well yes i knew that.. i submited my last contest entry almost 5 times i think... Well this time i cant since i have a very tight shedulde...... Any way i am hoping for the best..

  7. #37
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    i've gotten entries from fletch and goose. there are 3 confirmed entries.

    //edit: i've managed to compile all the entries and run them correctly (vasanth's with a great bit of difficulty... thank god borland lets people download turbo 2.01)
    Last edited by ygfperson; 08-04-2002 at 04:31 PM.

  8. #38
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    Originally posted by ygfperson

    you can submit an entry as many times as you want. the final entry will be the one excepted. (i'm sure you knew this, but some ofhers might've not)
    cool cause i ddint know that
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  9. #39
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    Originally posted by Klinerr1
    cool cause i ddint know that
    nice to know that all the judges know all the rules
    hello, internet!

  10. #40
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by moi


    nice to know that all the judges know all the rules
    it's not like he needed to know that... i'm the one accepting the entries.

  11. #41
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Though it compiled now.. do i loose points for portability or sometin........

  12. #42
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by vasanth
    Though it compiled now.. do i loose points for portability or sometin........
    probably yes. your program is only compilable on the borland turbo c 3.x, or borland turbo 2.1 with the change of textmode(C4350) to textmode(C80).

    but the important thing is that it compiled, which means we can judge it in the first place.

    //edit: checks thread for deadline... finds out he forgot to put it there

    it's monday night, dual-catfish, eastern standard time, just fyi. i think it was mentioned on the contest design thread earlier...
    Last edited by ygfperson; 08-05-2002 at 10:22 AM.

  13. #43
    Registered User
    Join Date
    Jul 2002
    Posts
    5
    Do we lose portability points if our application fails to compile on a non standards compliant compiler, or does portability mean just getting it to compile on as many compilers as is possible?

    I tested on gcc -ansi (win32 via mingw, and solaris), cc, and lc -ansic (lcc-win32), and figured that this would be considered faily sufficient for portability (assuming I made no errors).

    Would it be possible for contestants to be given a specific list of compilers that will be used in testing (and appropriate flags)? It would not be too hard to list the compilers sufficient for broad portability.

    This would guaruntee both that the contestants know what is expected, and that the judges use appropriate criteria.

  14. #44
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    portability means that the program works (important), and that it compiles without error on as many platforms and compilers as possible. i'm not going to expect the programs to compile on anything other than an intel x86 computer.

    i'm not going to list compilers used, since the judges have different compilers they use, but ideally it should compile on ms vc++, borland's current modern compiler, and modern versions of gcc (2.95.3 and above).

    often people use nonstandard functions (like the conio.h ones) to improve their interface. if a program used conio.h it wouldn't compile on linux machines, which would count in the portability scores.

  15. #45
    when will the judging be finished? I saw that today is the deadline
    Compilers:
    GCC on Red Hat 8.1 (Primary)
    GCC on Mac OS X 10.2.4 (Secondary)

    Others:
    MinGW on XP

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New AI contest: sign up
    By Sang-drax in forum Contests Board
    Replies: 20
    Last Post: 07-27-2005, 05:54 PM
  2. Replies: 23
    Last Post: 01-31-2003, 03:13 AM
  3. ANN: From the Contest forum
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-03-2002, 07:21 PM
  4. The fourth contest: choose your topic, one day only
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-30-2002, 10:22 AM
  5. Sign up -- Contest Thread
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 70
    Last Post: 05-27-2002, 06:46 PM