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.
mathk
So you're assumptions so far are pretty much right but you have to remember, that the stack usual…
»
mathk
mmozeiko At least its not recursive, so it should be faster. I see, you're right. I assumed it w…
»
Adrian
How are the rules for pointer "up" and "down" casting? Example given: 1 2 3 4 5 6 7 8 …
»
Charly Mourglia
Hi, Is there any way to customize indentation behaviour ? I kinda don't like the way access spe…
»
Thomas Kingsvik
Thanks a bunch mmozeiko. I've fiddled around a bit, and come to the following conclusion (this is…
»
Mārtiņš Možeiko
Yeah that approach won't work with switch statements. But how often do you need asset-name consta…
»
mathk
mmozeiko Was your 289.8s test compiled with or without optimizations? Everything was compiled wi…
»
Mārtiņš Možeiko
Was your 289.8s test compiled with or without optimizations? My understanding is that compiler is…
»
Mārtiņš Možeiko
There are two issues. 1) 1SetWindowLong(Window, GWL_STYLE, 0); This line is wrong. Window styl…
»
mathk
Yesterday I was working on adding compile time hashing of strings to my game engine. I use string…
»
Thomas Kingsvik
Hello. I've been experimenting with borderless windows, and I've run into a snag. If you run the …
»
Ronald Fenelus
I tried building and running the samples and ran into issues with XAudio 2 on Windows 7. MSVC 201…
»
people
Man, that was a quick reply :) I guess I should get around to activating a github account :P
»
Mārtiņš Možeiko
Yeah, this is an issue on 64-bit Intel architecture. We already have this filed in github issues:…
»
people
For the code added in day 328, I've been trying to understand why gcc won't create usable code, i…
»
Allen Webster
A long long time ago, at least a year ago, I decided I would contribute the code parsing system i…
»
Adrian
Ok, Thank you!
»
D3zmodos
Disclaimer: I haven't actually gotten to the OpenGL HMH episodes, I've just done some OpenGL stuf…
»
Mārtiņš Možeiko
In this case deprecated means no new features are added, no bugfixes are done (unless is some cri…
»
Michael Cameron
mmozeiko DirectShow is deprecated. Its replacement is Media Foundation. But does that actually m…
»
Mārtiņš Možeiko
DirectShow is deprecated. Its replacement is Media Foundation.
»
Michael Cameron
ChronalDragon However in order for that vision to work, there needs to be a common way to commun…
»
Flyingsand
adge Hmmmm and yours is working? This is how I do it: Yeah, mine is working well. It has been fo…
»
Jeroen van Rijn
ChronalDragon I've noticed occasionally the browser will keep the wrong version of one of the sty…
»
Andrew Chronister
mmozeiko I'm not talking how it should be. Or which are good and which are bad libraries. That's …
»
Andrew Chronister
I've noticed occasionally the browser will keep the wrong version of one of the style files cache…
»
Andrew Chronister
Sweet, have a great semester Allen! Looking forward to more 4coder progress! (I really must get …
»
graeme
For the networking side of things look into WebRTC. I don't mean, hey, use webrtc. I mean, look i…
»
Allen Webster
Today is my first day of classes in my sixth semester of school at the University of Michigan. I…
»
Simon Anciaux
In old OpenGL (before 2.0 or 2.1), there only was a fixed rendering pipeline, that you could conf…
»