We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Handmade Network»Feed
ratchetfreak
The allocator thing is only an example, it could really be any other dependency that's known/set …
»
Ginger Bill
With your custom allocator example, I really dislike tying a specific allocator to a type. It may…
»
old_beginner
Thank you again Mārtiņš! You've been so generous with your help! I'm going to use your code inst…
»
Rayalan Kenyon
Tim Pope, the creator of fugitive, has several good vim plugins here.
»
Mārtiņš Možeiko
You can always use WriteFile to write to console. That means following program will work regardle…
»
old_beginner
Thank you Mārtiņš! Although you didn't understand my problem because I wasn't clear enough, you …
»
ratchetfreak
There is a fourth reason people use templated in C++: composition of behaviors. For example a li…
»
Abner Coimbre
Benjamin, Thank you, always nice to hear kind but critical feedback. On to your points: I think…
»
Jeremiah Goerdt
If you haven't come across the fugitive plugin for Vim yet, you're in for a treat. I only discove…
»
Ginger Bill
I want to explore a different way of doing parametric polymorphism. Most languages do it the same…
»
Benjamin Pedersen
I have just read Monthly Update Policy and Project Submission Guidlines. I find that you guys hav…
»
Jeremiah Goerdt
Just in case it isn't clear from the original post, I'm not only asking about games.
»
Sean Barrett
As the person who offhandedly said something like "I'm scared of math" at handmade con, and as so…
»
Derrick Lambert
I have found the videos done by Jorge Rodriguez on YouTube to be great resources on programming a…
»
Mārtiņš Možeiko
I'm not sure I understand the problem. I tried to run this code: 1 2 3 4 5 6 7 8 9 10 11…
»
Shazan
I have problems with applied mathematics (physics like). Eg: rigid bodies,frameworks, centre of g…
»
graeme
In highschool I was terrible at trig and then avoided maths a long time. Months ago pseudonym73 …
»
ratchetfreak
One of the biggest problems I have with C++ templates is duck-typing and that the requirement of …
»
ratchetfreak
Just about every language with iterators uses effectively syntactic sugar for them. Java and C# …
»
graeme
Another thing: In the first iteration (high - low) == n, so for even n in your changes the first …
»
Laurie
I'll be honest, I've had a pretty negative relationship with maths for most of my life, and altho…
»
old_beginner
INTRO(SKIP ME) I'm a very new programmer and have been following Handmade Hero avidly for a few m…
»
Todd
I see the above points, however, let's face it... If it is anticipated a bit, and it's awesome, a…
»
Jeremiah Goerdt
You're preaching to the choir here, so I feel your pain. Do you feel the same way about software …
»
Jeremiah Goerdt
Took me a while... but I can kinda see it. I prefer the alien.
»
Jeremiah Goerdt
Debug info is in the lead! I have a special place in my heart for debugging, so that's where my v…
»
Jeremiah Goerdt
I've always been a fan of math despite the absolutely awful teaching methods here in the US. It m…
»
Ginger Bill
You are correct. Either way, please vote and propose away!
»
rizoma
I wasn't thinking abount the binsearch function by itself out of the context. Now it's clear why …
»
ratchetfreak
gingerBill n.b All of these proposed features are mutually exclusive (none of them depend on eac…
»