Pointer is never really casted "up" or "down" in this case. Compiler simply produces code that rea…
mathk —
So you're assumptions so far are pretty much right you have to remember, that the stack usually g…
mathk —
I see, you're right. I assumed it was recursive. Sorry, I'm not very good at reading "advanced" C…
Adrian —
How are the rules for pointer "up" and "down" casting? Example given: }[/code] This would print …
Hi, Is there any way to customize indentation behaviour ? I kinda don't like the way access speci…
Thanks a bunch mmozeiko. I've fiddled around a bit, and come to the following conclusion (this is …
Yeah that approach won't work with switch statements. But how often do you need asset-name constan…
mathk —
Everything was compiled without optimizations. My understanding from reading your link is, that …
Was your 289.8s test compiled with or without optimizations? My understanding is that compiler is …
There are two issues. 1) This line is wrong. Window style includes couple more flags than just th…
mathk —
Yesterday I was working on adding compile time hashing of strings to my game engine. I use string …
Hello. I've been experimenting with borderless windows, and I've run into a snag. If you run the p…
I tried building and running the samples and ran into issues with XAudio 2 on Windows 7. MSVC 2015…
people —
Man, that was a quick reply :) I guess I should get around to activating a github account :P
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, it…
A long long time ago, at least a year ago, I decided I would contribute the code parsing system in…
Disclaimer: I haven't actually gotten to the OpenGL HMH episodes, I've just done some OpenGL stuff…
In this case deprecated means no new features are added, no bugfixes are done (unless is some crit…
But does that actually mean anything? are they going to drop support for it? is the new thing in …
DirectShow is deprecated. Its replacement is Media Foundation.
But that requires everyone to agree, and makes the common point a common dependency. If this was …
Yeah, mine is working well. It has been for the past year or so that I've been using it. Admitted…
Sure, but even so they have a distinct url. It would still be a browser bug if it conflates /ligh…
I think if you buy into the notion of a library 'solving' a certain problem once-and-for-all, int…
I've noticed occasionally the browser will keep the wrong version of one of the style files cached…
Sweet, have a great semester Allen! Looking forward to more 4coder progress! (I really must get 4v…
graeme —
For the networking side of things look into WebRTC. I don't mean, hey, use webrtc. I mean, look in…
Today is my first day of classes in my sixth semester of school at the University of Michigan. I …