I disagree with suggesting K&R as anything except a historical reference. The C used there is an o…
I've been writing c++ professionally for quite a few years now and for work I'm expected to write …
You cannot use MAC addresses for that. MAC addresses are not visible outside of "local" network (a…
Taz —
One think I would like to do is use communicate over the network using the MAC address of the 'ser…
We solved this on IRC chat. Code pasted here was not very accurate to what really was used in real…
I'm arriving on Thursday and leaving on Monday.
Todd —
Thanks so much for Modern C! What a fantastic resource! I love the personal touch the author adds …
I don't see where are you drawing GL_LINES. I see only filled rectangle with solid color by drawin…
Since we are talking about windows stuff, I've wondered if it was possible to make a window that i…
hugo —
Nice skin! Thinking about it, that was super customizable comparing to something like Sublime Text…
Oh man, there's a little nostalgia trip! Pretty sure was the Sonique skin I used for a bit, until…
graeme —
I think the quickest way to get up to speed with C is to write a simple allocator that allows free…
Hey Todd, It's superb you find it fascinating. To test that interest, you could venture into prog…
hello, I try to zoom into a bitmap, and it shouldn't be hard, just changing the gl_texcoord input,…
Todd —
So I'm having an interesting time finding specific C programming resources... I think it's because…
It only ever has 2 tables maximum in flight at once - if it needs to expand again then it'll reha…
After the IRC discussion I had with Mārtiņš, I ended up implementing a simpler open-addressed h…
Marking the first week Rituals has been on HMN (...a day late since it's taken me so long to write…
and one of the things you can then do is move some of the values when you look for them; to break …
Thanks for the informative answer Martins! I don't actually need such a hash table but I was curio…
We recently had discussion on this with insofaras on IRC channel. The approach we discussed was to…
Though Casey has used hash tables on stream plenty of times, I do not recall an instance where he …
Good idea. Just added it to the contribution .
Awesome news. Now is a great time to drop my student quote: "It builds, let's go home".
hugo —
I remember Winamp assuming those shapes back in the day :) People probably stopped doing it for a …
Btw, gingerBill, congratulations on your course! I've just started watching it and I really liked…
You need top use to control actual shape of window. As for cool win32 secrets - blog is great fo…
Connor —
Hello all! I was digging around the web for win32 stuff this week and found something cool. You ca…
Neo Ar —
I can already point that might need to be tweaked to get proper window resizing. But you can dra…