Ask HN: Know some Good C programming communities?
I'm on the journey of developing a web-browser from scratch in C and I keep coming across niche questions on how certain libraries function (Xlib). I did some searches, but I couldn't find any forum or community that was recently active.
Do you know of active communities that have Knowledge of C/Xlib?
25 comments
[ 3.5 ms ] story [ 72.3 ms ] threadWhy not Rust?
> One is that I wanted to pay homage to many great programmers who wrote industry-pushing software in C.
Some of those great programmers might probably have chosen other languages if they existed back then.
Anyway, I think what you're doing is pretty cool and I wish you all the success in whatever language you choose to do this in.
you’re going to have ten thousand hard problems related to just CSS. do yourself a favor and at least use a high level cross platform gui library.
it hasn't changed in dozens of years! what do you expect? somebody sitting around refreshing graphical design for docs on a library you shouldn't use, so that people feel better about using it? you shouldn't be using it!
> frankly, they were difficult to use
try making a combo box with Xlib.
> Doing simple tasks in Xlib was simpler
pro-tip: simple tasks are simple. worry about how difficult the difficult tasks will be.
[1] http://handmade.network
C folks prefer to talk in code.