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.
SIMPalaxy
Is this possible? If so I don't know how. And if not I would appreciate it being added as a featur…
»
Simon Anciaux
You can use to do that. See the example in the wiki. The idea is that your first shortcut (ctrl …
»
McMassiveNZ
Hey Allen/Forum, I want to implement some keyboard shortcuts that are a combination of multiple sh…
»
Simon Anciaux
When a link ends with a closing parenthesis, the parenthesis is removed. For example:
»
Simon Anciaux
I fixed it.
»
Space
I came across the above YouTube, it is not c-style but c++. I kind of wanted to keep it close to …
»
Space
I'll take the adventure. Cheers p.s. the first link is broken
»
Space
cheers, yea not wanting to use an emulator :) gots to code it up !! :D
»
ratchetfreak
reminds me of D's struct. They can be memcopied around as well but also have a "postblit" operator…
»
AlexKindel
A cleaner way to handle this: a function that needs arena memory both for its return value and fo…
»
Lucian Radu Teodorescu
I'm still working on the type system. But I find multiple ways of procrastinating. One of them is …
»
Sara
Thank you for clearing that up. Keep up the good work.
»
x13pixels
That's a great idea. Thanks Martin. -- George
»
nakst
Hi, I am planning something like this. I will release more information nearer the time (if I decid…
»
Miles
The major things to watch out for, in my opinion, are that 1. interactions between RAII types (lik…
»
Todd
Gotta love those people. Luckily, they'll likely never see my code anyway since the other team me…
»
spx
Seems like you did everything right but I indeed did something different. The "LLVM for Windows" b…
»
Mārtiņš Možeiko
Or you can install software that will emulate Xinput API for your legacy controller:
»
Mārtiņš Možeiko
__clrcall is for C++/CLI. It is completely irrelevant for native C and C++ code. They messed up so…
»
Simon Anciaux
At the moment, Casey hasn't add support for legacy controllers. You can probably use to use your …
»
Simon Anciaux
On WinMain I believe it's WINAPI or APIENTRY, not CALLBACK, but they all are defined as __stdcall.…
»
ratchetfreak
You can use whatever subset of C++ you feel comfortable with. The only cost you'll need to worry a…
»
Todd
Casey seems to basically write C but compile with C++. I want to do that same to access a C++ fea…
»
Space
Hi, I am very new to Handmade Hero and am really enjoying the series. Im only at 'Day 006 - Gamepa…
»
Martin Cohen
Hello, I'm looking whether there's some way of controlling the debugger from outside meaning wheth…
»
Peter Pop
Hi Does anyone know what happened to the MSDN documentation? really doesn't explain anything abou…
»
Sara
I downloaded codeclap 0.8.43. Working with familiar file: int main(int argc, char* argv[argc + 1]…
»
Jason
Haha, na, I just misspelled partition. Okay, so it's really not much different from what I'm alrea…
»
Simon Anciaux
SubArena is just a simple way to reserve a block of memory. It's equivalent to your CreatePartitio…
»
Simon Anciaux
Hope you'll get better soon.
»