Hey folks, Today I am announcing the first 4coder build to come out of the "Summer of 4coder". Th…
Hi there! I'm Joel. I started programming for fun at 12, and with the years I started noticing tha…
Pete —
Thank you for that very fast and clear answer.
Steam uses WebKit to render its interface. Basically it produces html page for it's UI, probably w…
Pete —
Hi, I have been popping in and out of the handmadehero forums since the beginning but I though I c…
Pete —
Hi, I have been working with a few Win32 and MFC based applications at work and I am getting rathe…
The Buffer_Summary struct acts both as a handle to a buffer, as well as a chunk of memory containi…
e.g. 404s, but instead should redirect to This should be safe to simply implement, as trailing s…
xel —
I'd like to get the entire contents of a buffer. In the docs, I see the function app->buffer_read_…
Can someone please suggests some good hotels to stay at over the weekend?[/quote] Bear in mind I …
I am hoping to attend and am traveling from the United Kingdom. Can someone please suggest some go…
As far as I know, yes, you should be able to do a read of size 0. This is actually how IOCP norma…
Here's the dump of the console: My internet has a tendency to randomly go down for about 10-20 se…
Not hard things to add, just require time. We'll be improving this as per your suggestions and our…
Huh... never encountered this in testing, and I sometimes left it open for a couple hours or more …
After I've been on the irc for a while, about 20 minutes or so, it says "Nickname is already in u…
Well if you are using Peek, the just set boolean if WaitOnMultipleObjects got even for pipe, and i…
So do you basically have one producer for the pipe and multiple consumers?
Yeah it's pretty hard to explain. The other location DOES already use Peek to see if there is any…
You'll need to explain more. What is this other place? How does this other place decide when to re…
Yes but the point is that the reading code is already written and cannot happen anywhere near when…
But you will need to read anyway, no? Then why not start reading, and then wait until its complete…
It's not the WaitForMultipleObjects that will interfere with how existing read code works. It's t…
What do you mean by "it will also interfere with the existing and somewhat intricate read process"…
I have code that already handles reading the pipe in a loop correctly and that code has to happen …
Yeah, this really can't be overstated. The history of software is full of people who wanted to wri…
When I post link like it would be nice if it would be changed to < a > html tag automatically wit…
Wow, those time slowdown apis are cool! I had thought about slowing it down but speeding it up is …
Sometimes sin/cos are needed. For example, to construct rotation matrix from users input (ingame e…