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
It is valid to have NULL owner window. Nothing bad will happen. OP's problem was solved on Discord…
»
paulbarrick
This might be related to a previous post () I am trying to debug an AVX-512 exe which crashes, and…
»
longtran2904
Yeah, I know all derived classes implement their parent's interfaces. Afaik, Visual Studio uses re…
»
Mārtiņš Možeiko
However, when done in moderation, it can help to structure things better. So does writing C code i…
»
Mārtiņš Možeiko
Why do you want that? It kind of does make any sense. If any of parent classes implements interfac…
»
longtran2904
But GetInterfaces returns all a class's interfaces, so A, B, and C will all return I1. What I want…
»
theo
Ik stumbled upon the handmade hero thing some time ago. I have to say I do admire him for it. It d…
»
»
longtran2904
A C# reflection question: Is there any way for me to only get "declared" interfaces of a class?
»
nate
Hi all, I am trying to write my own 2D physics code from scratch using Christer Ericson's book. I'…
»
Simon Anciaux
I think I've got the zip file with code and other stuff. I you need it I could upload them somewh…
»
alfred
It looks like the it was deleted. Does anybody has these downloaded?
»
chennor
Ah, good to know. Thanks.
»
Simon Anciaux
It's a common request. This thread discuss some ideas.
»
ProgrammingPunk
On windows i want to be able to load a level for my game trough the a explorer window. I use the t…
»
chennor
New user here thanks to Molly Rocket ;) Very glad RemedyBG exists, I'm impressed by the speed and …
»
davidc
Yea I mean specifically an application launched inside RemedyBG, it does not break when said appli…
»
Simon Anciaux
If you're speaking of launching the debugger when any application crashes you need to set a regist…
»
davidc
I noticed that remedy does not break when the debugged application crashes, which is quite a usefu…
»
Macoy Madson
This post is mirrored on my blog. It has been a while since I talked about my dynamic environment …
»
Macoy Madson
Hi! I just wrote up a post to update where I left off.
»
Mohammed Fajer
That is awesome, thanks for sharing.
»
Jason
Has there been any forward progress with the tiny c compiler modifications since you last posted t…
»
Christoffer Lernö
In this blog post we'll review four standard ways to handle the case when you need a list with a s…
»
Terans
I watched all the episodes and I can't even begin to describe how awesome of a journey it has been…
»
longtran2904
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
»
Mārtiņš Možeiko
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
»
longtran2904
When you use "go to definition" in a C# project in Visual Studio, it will generate a temporary cs …
»
Hipno
Yeah I was mainly replying to the idea of strictly coding what Casey does, which I know is what so…
»
Mohammed Fajer
Yea treating the series as a resource or reference is not a bad idea also, but sometimes you don't…
»