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.
Dawoodoz
Unless you are reading the manual for a specific compiler, char is a signed or unsigned integer of…
»
Adamarla
I am behind with the series and have reached day 394. On my machine, the day 394 code does not run…
»
Mārtiņš Možeiko
std::string does not have the same character size and behaviour on each platform, which will be me…
»
Dawoodoz
std::string does not have the same character size and behavior on each platform, which will be mes…
»
cella
I've always felt stupid when reading about the standard library. I thought the implementations wer…
»
Miles
There are good reasons to avoid certain portions of the standard library. Most of the C++ standard…
»
cella
So if I want to support many Operating Systems, I have to write an implementation for each of them…
»
Mārtiņš Možeiko
Thing about relying on libraries is that you are adding extra dependency to your code. If it works…
»
cella
I do apologize for my lack of knowledge in advance. Recently I started programming, and I was casu…
»
Dawoodoz
Assert is not useful for division by zero checks, because of the low chance of being caught in deb…
»
»
Simon Anciaux
We don't control when Windows will switch between the two buffers. And there is no guarantee with …
»
Gaurav Gautam
On day 29 at 19:49 minute mark, @cmuratori says, that because the patblt happens before the stretc…
»
Robert W. Childress
Quick sanity check for my mouse selection process and a question about ray casting in general: I'm…
»
Opoiregwfetags
Thanks for this. I can really see myself using it more often than the normal array view.
»
Mārtiņš Možeiko
It is written in pretty much same style as games, running "main loop" as fast as you can: As long …
»
Simon Anciaux
I don't think 4coder does anything special for latency. But there are some think you can do. Have …
»
cella
When you type, the input is displayed on the screen instantaneously, without any noticeable delay.…
»
Gaurav Gautam
@William thank you. This worked. I should have read the docs more thoroughly.
»
Dawoodoz
My project blog is also unable to make new threads, nor commenting on the old ones. Not sure if th…
»
William
It looks like the flAllocationType parameter is wrong for VirtualAlloc. "Attempting to commit a sp…
»
Gaurav Gautam
Yeah so I wrote the following: I am attaching 2 files showing the success and error runs in visual…
»
Simon Anciaux
Could you make a small and simple reproduction case that we could try on our end to be sure it's n…
»
Gaurav Gautam
I am on windows10 and virtualAlloc fails with error code 487 (accessing invalid memory address) wh…
»
Dawoodoz
Android (since the Lollipop version) is based on NSA's Security Enhanced Linux, which creates one …
»
Macoy Madson
This post is mirrored on my blog. In the late 1950's, Lisp was invented, which used the S-expressi…
»
Max
Interesting, so I could just include glcorearb.h or glext.h in both the platform code and game cod…
»
Mārtiņš Možeiko
APIENTRY things will be defined by opengl headers. So if you include gl.h/glcorearb.h/glext.h or s…
»
Max
Hello, I have been trying to work on some small projects using some of the tools I learned in Hand…
»
Robert W. Childress
I did not know I could do that! Good stuff. Thanks!
»