I know it sounds trite, but doing a bunch of programming on your own is paramount to developing co…
ste —
Oh yeah! it works!! thank you very much Allen. And thank you for your amazing work!
Latest Demo: push_allocator & Minimal Dependency Building Overview:
You should be able to change font size in the regular version as well. The only method that exist…
ste —
Hello everyone, just a simple question. Do i need the "super" version of 4coder in order to beeing…
Herb —
Some thoughts from a blog I started but have since sort of stopped working on. It talks about my…
I am coming in on Friday and Leaving on Monday.
You're aware K&R was co-authored by the original language designer with 2nd edition covering ANSI…
hugo —
You can see some of Casey's philosophy here: specially In the end, I feel like its about good t…
I have a dual monitor setup and it would be really helpful to me if i could move the panels(layers…
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…