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.
Bryan Taylor
You've got the right approach here. The critical thing to notice is: you're factoring that struct…
»
Robert Toth
Hi everyone! I must admit, I'm not up to date with the series and I haven't watched enough of them…
»
rizoma
Casey[/quote] Seems really interesting Thanks
»
Benjamin Pedersen
Oh, I forgot to put the points up. I'll edit my first post. It looks pretty good: Now, I think th…
»
Casey Muratori
Cool! How does it look?Casey
»
Casey Muratori
I would like to switch to WinDBG and have actually tried multiple times to move my workflow over t…
»
Casey Muratori
For what it's worth, on HH we are switching to mr4thdimention's 4coder this week. So we will be d…
»
rizoma
I tried so many times, debugger just skip it, like ratchetfreak said... seems that a breakpoint t…
»
rizoma
Thanks Acry for your detailed point of view, it was really interesting, I'm really a noob so, can…
»
rizoma
I just noted that Emacs seems a bit slow, dont know abaout Vim...
»
Mārtiņš Možeiko
Yes, it can replace VS. By default the interface it may look a bit alien, because it is more like …
»
Ginger Bill
Thank you. I am only asking as all I use Visual Studio for is debugging and I was wondering if Win…
»
Mārtiņš Možeiko
Technically you can do in VS everything you can do in WinDbg. Because VS can read and write proces…
»
Ginger Bill
To be more clear, is the any advantage using Visual Studio for debugging C/C++ code compared to Wi…
»
Carsten Holtkamp
IMO a Development Environment/toolchain should fulfill your personal needs. As a low level develop…
»
Mārtiņš Možeiko
windbg is more powerful. It allows to enter much more commands to do stuff VS cannot. It is very u…
»
Mārtiņš Možeiko
One could argue that emacs and vim can be modern text editors if you put effort into customizing t…
»
Mārtiņš Možeiko
VS2015 is fine. build.bat compiles without optimizations, so that is fine. Most likely you forgot …
»
rizoma
Thanks guys, Maybe ratchetfreak is right since breakpoints work in any other places, but Casey can…
»
rizoma
So, I'm just at day 8 and I'm using Emacs, with the Casey's .emacs files. As stated in the day 008…
»
Nicolas Carlo
Install engine-mode, found here: You can also install it using the package manager on Emacs. In …
»
Ginger Bill
Is there any benefit to using Visual Studio as a debugger over WinDbg?
»
Ameen Sayegh
@cubercaleb Thanks man the second link is just super amazing. The explanation is soooo good.
»
Mārtiņš Možeiko
Yes, to accurately print all floating point numbers you will need to use multiple-precision intege…
»
Casey Muratori
No worries! Always better to have a bug found twice than to not have it found at all :)Casey
»
Eric Thompson
Sorry about that. Should have searched the forums more thoroughly.
»
Casey Muratori
Yep, it's awaiting future work: Casey
»
Eric Thompson
Hello! I was just reviewing the Handmade Hero code and came across something that has me confused.…
»
Caleb
I would look into Dragon4 for starters, after that I would read this: Here is a link with the Dra…
»
Ameen Sayegh
for the last few days, I was trying to write a function that convert IEEE 754 double precision flo…
»