Handmade Network»Feed
Johan Öfverstedt
This is another presentation by Jonathan Blow which I found quite interesting: Implementing rewin…
»
Andrew Bromage
I think this is the quickest way to tell if you're using a C compiler or a C++ compiler: 1int cl…
»
Neo Ar
For C++ the recommended books would be A Tour of C++ by Bjarne Stroustrup and Effective Modern C+…
»
Tod Hansmann
Don't fight Windows until you know its patterns of behavior/expectations well enough to manipulat…
»
Lars Viklund
It's often stated out in the world that "C is a subset of C++". This is not always accurate, and …
»
Tod Hansmann
Oh god, can I also ride this gravy train all the way to Javascript land? (No seriously, ignore t…
»
Andrew Chronister
Wow, javascript *and* PHP. This is really top notch. I wonder if we can discover the true nature …
»
»
Evan Shaw
Just thought I'd share that it's possible to compile and run on Linux with Winelib: 1winegcc -mw…
»
Javier Flores
This really needs to have more posts per page, also.. hello!
»
Troncoso
I would start by learning C before learning "C for Windows" and there's no better book that the C…
»
Albert R Cowie
I used to programming years ago took a few detours but want to get back into programming and my d…
»
Casey Muratori
It's JavaScript _and_ PHP. It's full banacakes.
»
Troncoso
Why is no one talking about the game yet?? I'm assuming that's what the "Game Discussion" section…
»
Matt
What is this strange place? How did we let Javascript infect it already?
»
Troncoso
Look, I'm posting! I'm part of things!
»
David
This must be the best test topic ever. B) It got it all covered: variables, test topics, half-…
»
Neo Ar
This guy has great game-dev math videos: Link How James Benson animates things
»
Matthew VanDevander
From the page you linked: If you debug a 64-bit application on the local computer, Visual Studio…
»
Marco
I would also add to the list: Chandler Charrut: Efficiency with... Performance with Data Structur…
»
swapchain
Your code compiles and runs just fine on my machine. No problems with the debugger startup time, …
»
Benjamin Kloster
Hi everyone, I found Casey's way of loading functions from DLLs for XInput to be a bit verbose, w…
»
Ray Garner
I have replied it was grand! B)
»
Simon Anciaux
Hi, I'm following handmade hero and everything works fine. Except for 2 visual studio issues that…
»
Casey Muratori
If I'm trying to swim upstream against Windows, I will often make a c:\apps directory, and instal…
»
Anita Martin
I have been a programmer for years, but an IBM mainframe COBOL programmer, where I had no choice …
»
Ron Sokolovsky
I can't believe the Ronus username was still available, this is the life
»
Casey Muratori
This is a good idea, yes. We can also hoist this information out onto a permanent page on the si…
»
theinternetftw
There's kind of a nascent collection of these over on the subreddit, but I think it makes a lot o…
»
AndrewJDR
I found this article about switch statements pretty interesting: http://741mhz.com/switch/ The …
»