Ask HN: Learning C and Using Libraries
https://news.ycombinator.com/item?id=6621334So, I'm a web developer who has lately decided to get into "desktop" programming, and to suck it up and finally learn C.
I'm coming from the web world, Ruby, PHP, Python. Each of these languages has an excellent repository for libraries -- these repos let me search for what I'm looking for, check out the matches, and decide what I should use; either through a web interface or the command-line tool of choice.
C is fun to learn, but I'm basically just searching for "<functionality> C library" in Google, and hoping for the best. Surely there is a better way?
I'm developing on Linux and Mac (I use homebrew). I know that a lot of libraries can be pulled in through apt or similar, but they don't seem to have the same breadth or focus that the other languages have.
What am I missing? Or is it merely a case of myself having the wrong mindset perhaps?