TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why I Chose to Learn C

44 pointsby dceabout 12 years ago

9 comments

daenzabout 12 years ago
C really is fantastic language to learn. When I learned it, I also came from the scripting language world (Python, PHP). Having that as a base, then learning C, lead to revelations about how those scripting languages are created, and how the data structures I took for granted in a scripting language are actually implemented.<p>From what I understand in formal CS courses, you learn from the bottom up, but learning from the top down was much more enlightening for me.
评论 #5462586 未加载
评论 #5462662 未加载
评论 #5462637 未加载
评论 #5464697 未加载
dkhenryabout 12 years ago
C programming is still alive and well is many parts of our profession. The biggest reason why is that even though c++ _can_ do memory management like C most of the time programs implemented in it don't and you can really start to loose a grasp as to what your asking the computer to do when you abstract away where your putting all the stuff your unknowingly asking it to make.
评论 #5462853 未加载
评论 #5464701 未加载
RegExabout 12 years ago
For those who hit a wall with C when it came time to learn pointers, I'd like to plug a YouTube video I made that people seem to really like.<p><a href="https://www.youtube.com/watch?v=IkyWCOUY8V4" rel="nofollow">https://www.youtube.com/watch?v=IkyWCOUY8V4</a><p>The terminology may not be completely accurate (although I did try very hard to not say anything incorrect), but I honestly think it does a good job of showing you how to actually use pointers. I know the resident C experts will probably find something wrong, but I've received tons of comments and emails from people saying they finally "get it". It's something I'm proud of.
评论 #5462811 未加载
评论 #5462838 未加载
评论 #5462907 未加载
评论 #5462819 未加载
rayinerabout 12 years ago
Well now I feel old. When I was in high school, CS was a required course for graduation and it was taught in C++ (that being the pedagogical language of the APCS exam). It wasn't even that long ago (late 1990's).
评论 #5462557 未加载
评论 #5462947 未加载
评论 #5462546 未加载
评论 #5462511 未加载
评论 #5462875 未加载
klrrabout 12 years ago
I learned C as first language. I haven't used it for any real-world work, but it was fun way to get into programming. K&#38;R told me not just C but how to program, then I read TUPE which told me how to effectively use the best development environment, Unix.
评论 #5462364 未加载
keithpeterabout 12 years ago
Quote below from <i>Learning C the Hard Way</i><p>"<i>For Windows users I'll show you how to get a basic Ubuntu Linux system up and running in a virtual machine so that you can still do all of my exercises, but avoid all the painful Windows installation problems.</i>"<p>A bootable Ubuntu USB stick with persistent storage might be easier to get started with? Can be created from a Live CD.<p>Interesting idea.
评论 #5462607 未加载
评论 #5462886 未加载
sjtgrahamabout 12 years ago
Re Valgrind: Last time I worked through CTHW, I couldn't use Valgrind because of missing OS X 10.8 support and I felt like I was missing a lot by not using it. I'm tempted to go back and work through it again, this time with a VM.
评论 #5462788 未加载
zenbowmanabout 12 years ago
Spending some time learning C, ML and Scheme is well worth it. Virtually all modern languages derive from these three languages - and all 3 of them are internally consistent enough to be beautiful.
nicholassmithabout 12 years ago
I know learning C might seem a bit of a waste of time, but given Obj-C, C++, Python and Ruby can leverage it for performance it's not a bad thing to learn.
评论 #5462365 未加载
评论 #5462370 未加载
评论 #5462522 未加载