Thread: I always seem to be one step off (Loop question)

  1. #16
    Registered User Scribbler's Avatar
    Join Date
    Sep 2004
    Location
    Aurora CO
    Posts
    266
    I hardly think 7stud took the "STFW" or "RTFM" approach, nor did he reply with a "Behold the power of google" response. He simply broke down a piece of logic, explained what happens with an uninitialized variable, and encouraged him to review his textbook.

    Giving away answers regardless how simple it is, robs them of a learning experience and stunts development in troubleshooting skills. It also gives away free answers to the next Joe C++ Student that happens along with the same question.

    Is it the responsibility of the student to learn and apply themselves? You betcha. But given what I would assume is the purpose of these forums, it's the responsibility of its users to also teach.

  2. #17
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Quote Originally Posted by major_small
    ]not helping and just saying 'STFW' or 'RTFM' do not help in any way.
    Do you think that is a fair characterization of my post to SquirrelRJ?

    Quote Originally Posted by major_small
    You should give them the answer
    You might want to familiarize yourself with the cboard homework policy:

    http://cboard.cprogramming.com/annou...ouncementid=39
    Last edited by 7stud; 02-16-2005 at 12:52 AM.

  3. #18
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    There is no problem in general with helping people on their assignments or homework. After all, everyone here has some sort of homework, only a few here code because they have too much spare time

    The important thing is that at one point of time, the beginner asking questions here will be someones assignment partner or coworker. And if he was only presented with complete solutions and did not need to learn on his own, he will make a lousy partner or colleague and most of us would rather see some people fail a test than having to work with a clueless person.

    Moral of the story: Don't give out complete solutions, but rather point out the mistakes and what to do to correct them so that at your next job you will only meet people who know what they are doing instead of people who knew how to get answers to a test.

    ( In my personal oppinion, this thread is fine btw. )
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #19
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by 7stud
    You might want to familiarize yourself with the cboard homework policy:

    http://cboard.cprogramming.com/annou...ouncementid=39
    and you might want to familiarize yourself with my join date and post count... I think by now I know the board guidelines thank you very much...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #20
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    Before people get into a large debate on this topic and on homework ethics:

    http://cboard.cprogramming.com/showthread.php?t=61180

    The last couple of pages have some good arguments on them. In particular I think coderbob has some good points - at least that's my opinion.
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  6. #21
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    ah, I forgot about that thread... but looky what I found in there:
    This message has been deleted by kermi3. Reason: cause i said
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  7. #22
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    wow, I didn't realize that you all could see the reasons hehe ...that was for mod eyes only
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. For loop question
    By JuzMe in forum C++ Programming
    Replies: 11
    Last Post: 04-20-2009, 08:39 AM
  2. Loop question
    By kwood965 in forum C Programming
    Replies: 6
    Last Post: 10-29-2008, 11:12 PM
  3. simple for loop function question
    By felicityxiv in forum C Programming
    Replies: 7
    Last Post: 05-06-2006, 11:43 PM
  4. Please don't laugh...SIMPLE loop question!
    By the_lumin8or in forum C++ Programming
    Replies: 5
    Last Post: 03-31-2006, 01:08 PM
  5. while loop question
    By rayrayj52 in forum C++ Programming
    Replies: 2
    Last Post: 10-19-2004, 05:13 PM