
Originally Posted by
Corndog
IDK if anybody else thinks this is funny, but it amazes me how many people think you can just download a C++ compiler, read a 5 minute tutorial, and instantly make VIP hacks for video games...
Took the words out of my mouth - I always think that when I see threads like that

A LOT of people seem to think they can read 1 book or online tutorial and instantly know everything these is to know about software development. (yet if you were to ask, what's a pointer, or the difference between a value type and reference type, a WndProc, message loop, thread etc they'd just stare at you blankly) I've been a software engineer for 15+ years (not counting 'hobby' time for a half-dozen years before that starting out on the old-school Commodore 64

) and I still don't know everything lol
Some of this hack stuff i look at and go 'huh? how the heck did they figure that out or do that?', yet on the other hand things that are totally second nature to me seems to baffle other people where i'm thinking "how can you not get this if you're able to do this other stuff??"
Then again, even in my job (sr. software dev) I see a lot of what I call 'Copy-Paste' Developers... which are people who really don't know how to program (either at all, or know just enough) but just copy & paste different people's code, have maybe just enough skill to somehow get it to work together and hit the compile button and presto.. new program.
In my mind being a 'copy-paste-dev' is not really being a dev at all. People who get 'stuck' on this level will crash&burn in frustration when dealing with more complex architecture issues or more complex code that doesn't follow whatever 'sample of the day' they found online. It'll help you understand & learn things, but the real test would be to write something from scratch with no copying other people's samples/code. It's something I highly recommend to anyone learning to program. That's when you know you're ready for the next challenge and that you've mastered a certain aspect of software development.
Anyway, Basically it's the same thing I saw through different gaming communities even with simple things like learning mod-tools.. (level editors, game source code etc) everyone is excited to get going and make the next greatest thing, but then once they see how much work is involved or it isn't as easy as they thought it was (or should be in their mind) a lot of people give up.
Not saying that's everyone, but I'd be surprised (but pleasantly so!) if more than 10% of the people who are trying to learn say C++ are still sticking with it 6 months from now. Of course the ones that do usually end up churning out some great stuff , and kudos to those people
In Closing - I think so far from what i've seen here it's nice to see you guys have a group that seems to support & help people take their first steps into the land of compilers etc so thumbs up for that!