Huh? No? You've received over 50 down votes according to your member profile :(
cscgal
The Queen of DaniWeb
19,420 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
I'm such a bad person .. :-<
Votes are a pretty subjective thing. You're more likely to get frivolous votes because they're anonymous (haters like this) and don't apply toward reputation (people with strong negative power tend to like this). I doubt anyone thinks you're a bad person because you have more negative votes than positive, though it could be an indicator that you're doing things that aren't approved of.
One example, since you post a lot in the C++ forum, is giving away answers and complete solutions. A lot of us work very hard to teach in a way that forces the student to think and put in a certain measure of effort. Giving away full code and/or the answer to a question makes that effort a waste, and also gives Daniweb the appearance of being a cheater's haven.
Looking at some of your currently negative posts, that seems to be why a number of them were voted down. I suspect that by watching regulars with a high positive rating and following their teaching example, you'd likely have better results yourself.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
Who cares? If you really want your -40 back I'm sure we can down vote all your posts in this thread to get you back there if you really want us to.... :icon_rolleyes:
WaltP
Posting Sage w/ dash of thyme
10,473 posts since May 2006
Reputation Points: 3,342
Solved Threads: 938
Just say the word and I'll gladly go to c++ forums and make sure your rep drops to -10000 too :)
Ancient Dragon
Retired & Loving It
30,038 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,340
As long as you understand that posting complete homework solutions hurts Daniweb as a whole because it gives us the appearance of helping cheaters cheat. It's possible to provide code without posting a solution to the whole assignment.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
I still stick to the fact that learning from code is far better than getting hints...
That's fine. You can post code, just don't post complete answers.
Example: "I need to write a Fibonacci series" and they post whacked out code. Don't write a fibbo series for them, write something else that illustrates the solution to their code errors -- like adding even numbers. They can thenlearn from your code and fix their fibbo code with the ideas you post.
WaltP
Posting Sage w/ dash of thyme
10,473 posts since May 2006
Reputation Points: 3,342
Solved Threads: 938
The best way to help someone who's got a bug in their code is to show them how to look at their own code and see the error.
Showing them error-free code allows them to skip the step of finding it, and that aha! moment is what brings the real understanding.
Showing someone a case that illustrates an error is much more helpful than simply fixing the code to account for that case, because it forces them to understand what the problem is and what sort of solution is required.
So the best help, in my view, is to simply gesture in the direction of an error. This is not a "superior tone and a cold breath", it's the way to ensure that they get through the beginner phase as fast as possible.
Your way (Caut Baia) ensures that they'll be stuck on simple problems for far too long.
jon.kiparsky
Posting Virtuoso
1,849 posts since Jun 2010
Reputation Points: 383
Solved Threads: 187
I want to be on top in the fraction.
WaltP
Posting Sage w/ dash of thyme
10,473 posts since May 2006
Reputation Points: 3,342
Solved Threads: 938