what are you going to be visualizing?
Shazan —
I searched all over the net form visualization library in c. But couldn't find one and c++ ones ar…
Both documents have been reformatted, and the monthly update policy document has been updated to r…
The allocator thing is only an example, it could really be any other dependency that's known/set a…
With your custom allocator example, I really dislike tying a specific allocator to a type. It may …
Thank you again Mārtiņš! You've been so generous with your help! I'm going to use your code ins…
Tim Pope, the creator of fugitive, has several good vim plugins .
You can always use WriteFile to write to console. That means following program will work regardles…
Thank you Mārtiņš! Although you didn't understand my problem because I wasn't clear enough, you…
There is a fourth reason people use templated in C++: composition of behaviors. For example a link…
Benjamin, Thank you, always nice to hear kind but critical feedback. On to your points: Sure, I a…
If you haven't come across the fugitive plugin for Vim yet, you're in for a treat. I only discover…
I want to explore a different way of doing parametric polymorphism. Most languages do it the same …
I have just read and . I find that you guys have done a very good job at writing these. However, …
Just in case it isn't clear from the original post, I'm not only asking about games.
As the person who offhandedly said something like "I'm scared of math" at handmade con, and as som…
I have found the videos done by Jorge Rodriguez on YouTube to be great resources on programming an…
I'm not sure I understand the problem. I tried to run this code: int main() { STARTUPINFO si = {}…
Shazan —
I have problems with applied mathematics (physics like). Eg: rigid bodies,frameworks, centre of gr…
graeme —
In highschool I was terrible at trig and then avoided maths a long time. Months ago pseudonym73 in…
One of the biggest problems I have with C++ templates is duck-typing and that the requirement of t…
Just about every language with iterators uses effectively syntactic sugar for them. Java and C# us…
graeme —
Another thing: In the first iteration (high - low) == n, so for even n in your changes the first a…
Laurie —
I'll be honest, I've had a pretty negative relationship with maths for most of my life, and althou…
I'm a very new programmer and have been following Handmade Hero avidly for a few months. I'm writ…
Todd —
I see the above points, however, let's face it... If it anticipated a bit, , aint nobody gonna be…
You're preaching to the choir here, so I feel your pain. Do you feel the same way about software a…
Took me a while... but I can kinda see it. I prefer the alien.
Debug info is in the lead! I have a special place in my heart for debugging, so that's where my vo…
I've always been a fan of math despite the absolutely awful teaching methods here in the US. It ma…