Thread: Resources Needed (Sovled Programming Problems)

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    5

    Smile Resources Needed (Sovled Programming Problems)

    Hi all.

    I need some good books for C, but not the standard books, i nearly have all of them.
    I want some books with solved programming problems, and refernces, books and materials that are used for exercising and preparing for programming competitions (Informatics Competitions).

    Just reply if you know some book or site like that.

    Thank you.

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Have you seen sphere online judge? I didn't like it very much because there is very little feedback (you are either wrong or right, and if you are right you are ranked on certian performance criteria) but there seemed to be a lot of different problems, the server works quickly and easily, and there is some mechanism for submitting your own problems too.

    You can submit answers in a whole bunch of languages -- but I noticed the top ranks (speed being key) are usually in C, then C++, etc.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Registered User
    Join Date
    Feb 2009
    Posts
    5
    Yeah, i have seen severals sites like that - online judges. But i don't like them so much, for nearly the same reasons you mentioned.

    I was asking for some archive of programming contests and competitions, not only the problems but the solutions for them too...I thought there is some book with solved problems so i can exercise using it, but after some searching on the net i did not find what i wanted.

  4. #4
    Complete Beginner
    Join Date
    Feb 2009
    Posts
    312
    Why don't you just google for problems and use this forum for solutions? In my opinion, this serves as a much better source of information than some book.

    Greets,
    Philip
    All things begin as source code.
    Source code begins with an empty file.
    -- Tao Te Chip

  5. #5
    Registered User
    Join Date
    Feb 2009
    Posts
    5
    Quote Originally Posted by Snafuist View Post
    Why don't you just google for problems and use this forum for solutions? In my opinion, this serves as a much better source of information than some book.

    Greets,
    Philip
    Well, i don't have to google coz i know a lot of sites with problems (without solutions), and i think that it wouldn't be so great to use this forum for solving them, in my opinion this forum should be for helping those who are stuck somewhere in code, don't have the idea, compiling errors etc. etc. Posting problems here and typing "Please solve this!" - I know that it would be annoying for most of the members and that's why i don't want to use that method.
    I was interested in some book or site, whatever, with some programming problems and explanied solutions for them, i know there are books like that so i wanted someone to just give me the title, that's all.

  6. #6
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    > so i wanted someone to just give me the title, that's all.

    Like the massive sticky at the top of the C forum? http://cboard.cprogramming.com/showthread.php?t=74079

  7. #7
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by mutombo View Post
    i think that it wouldn't be so great to use this forum for solving them, in my opinion this forum should be for helping those who are stuck somewhere in code, don't have the idea, compiling errors etc. etc. Posting problems here and typing "Please solve this!" - I know that it would be annoying for most of the members and that's why i don't want to use that method.
    I don't know if it would be annoying. If you literally just posted a problem and said "Please Solve This!" I wouldn't hold my breath, but if you had a slightly more intelligent question about How You are Trying To Solve This, then I'm sure you'll be welcome. I like solving problems, but I am generally too lazy to tackle them on my own. I'm almost getting an education myself from hanging around and looking at other peoples homework assignments, for example. And what you are talking about is exactly the same as homework, so that's okay.

    Plus, everyone else likes to argue and prove that they are right. If that's not problem solving then I don't know what is ;0
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some confusion with resources.
    By Hitachi in forum C++ Programming
    Replies: 1
    Last Post: 08-05-2005, 12:05 AM
  2. Resources with Dev C++ Problem (many simple problems)
    By Zeusbwr in forum Windows Programming
    Replies: 4
    Last Post: 04-06-2005, 11:08 PM
  3. contest problems on my site
    By DavidP in forum Contests Board
    Replies: 4
    Last Post: 01-10-2004, 09:19 PM
  4. Running Into Two Problems...Help Needed
    By Halo in forum C Programming
    Replies: 5
    Last Post: 04-18-2002, 08:14 AM
  5. Dialogs and resources
    By SushiFugu in forum Windows Programming
    Replies: 6
    Last Post: 01-23-2002, 02:05 PM