Thread: Some site bugs

  1. #1
    Obsessed with C chrismiceli's Avatar
    Join Date
    Jan 2003
    Posts
    501

    Some site bugs

    I have found 2 site bugs, I guess that is what you would call them. On the homepage (http://www.cprogramming.com), the links link is broken, it is missing the m in the .com part of it. Once I put the m in it worked, so I am guessing it is a typo. The second bug I found is in one of the tutorials. It is on the advanced tutorial about common mistakes (http://www.cprogramming.com/tutorial/common.html). In the third example about setting unitialized variables, "cin >>>> b;" should be "cin >> b;". The same error is also repeated in the "correct" solution example. Just though I would point these out.
    Help populate a c/c++ help irc channel
    server: irc://irc.efnet.net
    channel: #c

  2. #2
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    I can't find the broken link on the homepage. Are you sure you don't have a cached copy of the page? I have corrected the tutorial.

    Thanks.

  3. #3
    Obsessed with C chrismiceli's Avatar
    Join Date
    Jan 2003
    Posts
    501
    It appears to be working now, I don't know what could have happened. Probably something to do with me, but thanks for fixing the tutorial.
    Help populate a c/c++ help irc channel
    server: irc://irc.efnet.net
    channel: #c

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting HTTP status of a site in C under Linux
    By anti4kd in forum C++ Programming
    Replies: 3
    Last Post: 01-03-2009, 01:56 PM