Hacker News new | ask | show | jobs
by codeslush 5331 days ago
My first "real" job was with a software company, in the QA department. I got lucky getting that job, as I had no requisite skills. Anyway, I wanted to learn how to program. I took a C class at a local university. I remember, vividly, being so frustrated that I was in tears when trying to learn about pointers and recursive functions. Very basic to me now, but at the time, extremely frustrating - I simply didn't understand the concepts. I reached out to a few of the developers at that company and they helped me. I'm not a stud programmer, not by any stretch of the imagination, but I've made a good living over the years - and I have not once programmed in C since that class. BUT --- the things I learned in that class have helped me tremendously. For example, it helped me when I was programming in VB and needed to tap into raw winapi functions. A combination of C programming basics, along with OS basics, will get you a LONG way when trying to understand and solve challenges you'll come across in "normal" programming challenges.
1 comments

Ok, I give up. The class was great! Sorry Mr Khan!

Really I just hate C++. The class was pretty good and bug hunting skills are not something to take for-granted. That's for sure!

I wasn't trying to argue with you, rather I was trying to point out that some good can come from the C/C++ path. I've had a lot of people ask me which language to use as a starting point in programming, and not once have I said C/C++ -- maybe, upon reflection, I should have??