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.
Allen Webster
As usual I'd like to first point out that my opinion should not be thought of highly. I'm just no…
»
Mārtiņš Možeiko
VS IDE finds library exactly same way how command line cl finds it. There are no differences. So i…
»
Timothy Wright
Curious what the handmade community thinks about this talk:
»
Berend
This question arose when I was compiling a program in Visual Studio and had linker errors because …
»
graeme
Then the pointer arithmetic would be working on the wrong size type w/r/t faster methods I think …
»
Lachlan Easton
Assuming Width is the number of pixels in a row then this will go one off the end. e.g. Say a row…
»
Jordan Duval
Hi all, I am trying to see if I can mirror a bitmap about the Y axis before I blt the bitmap, and …
»
JC_Denton
Hey there, So, basically, it is actually possible to follow this course on a macOS machine without…
»
Mór
Here you go.
»
graeme
Consider the following: int main(void) { Thing* t = new Thing(1); return 0; } [/code] This is an…
»
Bill Strong
I am on a MacBook Pro. The issue with Parallels is debugging your code. Visual Studio uses some in…
»
Jesse
Handmade at heart! Now on Github :
»
JC_Denton
Greetings everyone, Please excuse my ignorance if this has been brought up before. I used search f…
»
Tom
Sure, i'd love to see what you made if you're up for posting it. I actually never got around to r…
»
Mārtiņš Možeiko
MinGW-w64 is installed in subdirectory of msys. Msys itself is bunch of other tools that Clion doe…
»
Ishan
The link for the cmake project file that you have given is dead. Can you re-upload that?
»
Ishan
I have installed msys2 64-bit version. However when I am trying to set it as my MingW I am gettin…
»
Ginger Bill
Instead of subclassing/inheritance, the method I highly prefer is discriminated unions/tagged unio…
»
Thomas Kingsvik
Consider the following: int main(void) { Thing* t = new Thing(1); return 0; } [/code] This is an…
»
Saticmotion
An important point is that the largest problem, in my opinion, is the part of OOP. i.e. starting …
»
Saticmotion
Alright, thank you! I went for the file locks. The behaviour of a daemon would be nice. But it's n…
»
Mārtiņš Možeiko
I don't think there is "offical" way to do that. Everybody does whatever they want. It's pretty mu…
»
Saticmotion
New instance should be able to start. But I hope my software is by now robust enough to not crash…
»
Mārtiņš Možeiko
You could create (or open existing) file in /var/run/ folder when running. Then immediately acquir…
»
Mārtiņš Možeiko
You probably need to use mingw that has xinput.h instead of trying to force it to use one from Win…
»
ratchetfreak
if the old instance crashes (or gets sigkill 9'ed) do you want the new instance to be able to star…
»
Saticmotion
The web shows me plenty of ways to create a single instance app, and I can't see the forest for th…
»
Mór
I've moved from Windows to Linux so I can't help much, but I had trouble compiling HMH on Windows …
»
Ishan
I am coding using cLion and debugging using Visual Studio. I have installed MingW to go with clion…
»
Jordan Duval
About what day is the renderer and animation started? It looks like Day 81 for the renderer to me…
»