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
David Gow
Handmade Penguin is a tutorial for porting Handmade Hero to Linux using the SDL library. I thoug…
»
Mārtiņš Možeiko
Yes, __rdtsc() is available for gcc. You just need to do #include <x86intrin.h>
»
Mārtiņš Možeiko
sizeof('a') is 4 in C, but 1 in C++
»
Casey Muratori
The game, like the series, is also called Handmade Hero :) And yes, this is a forum for talking …
»
Casey Muratori
That doesn't sound like something you should have to do. I don't use GCC anymore, but on LLVM yo…
»
Casey Muratori
Although I'm not a spec wrangler myself, my understanding is there are definitely a number of the…
»
Casey Muratori
As a sidenote, compilers like LLVM also allow you do to this - if you use an enum for the switch,…
»
Casey Muratori
My understanding was that the C++ Committee is still hotly debating whether or not variables are …
»
AndrewJDR
I heard there will be The Variable in C++17 is it true?
»
Tod Hansmann
Oh no no no, my friend. Javascript has variables, if you want them to be variables. You can eve…
»
Neil Blakey-Milner
Totally tangentially, one of the features that I enjoy in D (the programming language) is "final …
»
John Hyde
I'll be honest, I knew that this topic was going to be excellent from the title, but I didn't exp…
»
Johan Öfverstedt
Very interesting article. Goes to show that you should never just assume that your mental model o…
»
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-…
»