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.
Mārtiņš Možeiko
Maybe this will fix 4coder indentation issues in Handmade Hero code with C++11 raw string literals…
»
nakst
Maybe in the future. The MBR/BIOS bootloader is working fine for now, as far as I can tell. I want…
»
Mārtiņš Možeiko
If few last episodes Casey has been struggling to use uniform locations/outputs in more efficient …
»
Raytio
These kinds of post and writes up should be put somehwhere along with the learning materials being…
»
Neo Ar
If you work from the bottom up probably the first obvious use of a type system you will encounter …
»
Jack Mott
Well at some point you are no longer "in time" =)
»
Mārtiņš Možeiko
Suggestion - don't do MBR & BIOS boot. Write and use UEFI bootloader. Everybody have seen (or can …
»
nakst
Hello, Since Pseudonym73's operating system project is seemingly dead, I decided to start a littl…
»
truman_star
What really helped me to learn touch typing is this program called Typewizz: It is done pretty we…
»
Mikael Johansson
This is a tricky question. In my personal opinion, C does this wrong, and other languages, even mo…
»
ratchetfreak
Part of what make type systems hard to design is putting the line between convenience and safety. …
»
Laurie
Maybe I'm over thinking this, but I often feel quite conflicted about the way I approach types. Sp…
»
Mārtiņš Možeiko
In C++ you implement COM object with C++ classes. That's not coincidence, they designed COM object…
»
erpeo93
Well, after a couple of months of delay, I can finally show you a small video of the game. The vid…
»
Jeremiah Goerdt
Thanks :-) The sooner the better!
»
Raytio
So perhaps Patreon is not giving out secure download links? I really want to know how Norton can f…
»
Shazan
Thanks for the d3d11 and COM implementation example. I'll now try to use it make d3d9 implementati…
»
David Butler
Good luck with the move, see ya when you get back to streaming :)
»
David Butler
nice!
»
Mārtiņš Možeiko
Direct3D and any other COM interface can be used from C without problems. COM "objects" are just a…
»
x13pixels
Hello all. I just wanted to let everyone (who cares) know that RemedyBG is coming along well and a…
»
Shazan
I was searching the web and found that in order to use d3d in c you had to interface with COM . Wh…
»
Mārtiņš Možeiko
You don't need to know how Norton works to "fix" this. There two options to fix this: you sign exe…
»
David Butler
I am working on a frontend for GDB: It's vary far from a complete product, but if you want to hel…
»
Allen Webster
I really don't know the first thing about how Norton works so I don't have much to contribute. So…
»
David Butler
What happens if you just read the bytes from the EXE and write them to a new file?
»
Mārtiņš Možeiko
Ok, then it seems they have changed/improved something... This for sure was working ~1y ago, when …
»
Raytio
download exe/zip whatever from internetexamine NTFS alternate streams - you should see it has oned…
»
Abner Coimbre
Okay so the two aren't actually related, but I wanted to combine both news into one post. I'd li…
»
Neo Ar
Do this: before you include this file in one C or C++ file to create the implementation. i.e.…
»