Live data from Hacker News

Beej's Guide to C Programming

beej.us

21–30 of 38 posts

Re: Beej's Guide to C Programming

#27

For those who might not be familiar with Beej, this is not his first or only guide. They're all excellent. There's a link near the top of the page: "Click here for other Guides" Also, see previous posts here on HN https://news.ycombinator.com/from?site=beej.us

Beej's Guide to Network Programming was how I fumbled my way into socket programming AND C. I can't remember if I first encountered it in the late 90's or early 2000's. It's funny to think about that world now. Unless you had a shell account or ran Linux or some sort of Unix you had to _pay_ (or... not pay) to get access to a C compiler. If you were lucky you'd get access to some FTP servers via IRC that might have s…

>Unless you had a shell account or ran Linux or some sort of Unix you had to _pay_ (or... not pay) to get access to a C compiler.

That was actually how I got my introduction to nix. I was taking a c++ class in highschool, and I was mad that I couldn't compile my homework without paying for borland. Someone pointed me to g++, and I actually got a shell account with the university of colorado (it's wild to me they would give those away for free!). I kept pestering the admins about installing this or that, and they told me 'hey kid, why don't you install linux on your own* machine and then you can install whatever you like.

So I went and installed redhat on an old computer. Free compilers for basically every language in existence, and an entire OS worth of source code, heaven!

The rest as they say, is history.

Re: Beej's Guide to C Programming

#28

Are there any modern c tutorials that teach and guide the learner through practical programs. For instance a real world backend service ?

I’ve been learning with beej’s guide and exercism.il for the last few weeks and it’s very effective paired with the (free!) mentoring there and asking random questions on libera.chat as well.

Re: Beej's Guide to C Programming

#29
post #10

How often is this going to be reposted?

heh yeah its probably time for something like the "HN Hall Of Fame" where this stuff gets enshrined, and from that time forward scrubbed from the top page

Never heard of it until last month, so I’m glad it keeps getting reposted.
Post reply on HN