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.
Laurie —
So now C++17 is getting pretty close to being done, I thought it might be interesting to have a di…
»
Mārtiņš Možeiko —
Supporting TLS features doesn't guarantee good TLS security. Here's another discussion we had on c…
»
@Mattias_G —
Yeah, I can imagine that if it is for embedded systems, it would be quite small. I haven't checke…
»
Mārtiņš Možeiko —
Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was implement…
»
@Mattias_G —
[/quote] Ha, yeah, sorry about that, but what can you do :P Part of it is my own insistance on c…
»
Mārtiņš Možeiko —
The good part of mbed TLS is that it is very configurable - you can configure it with #define's to…
»
Ray —
Just published a small tool developed with raylib: . It is based on the amazing but completely a…
»
r2d2 —
Fair enough, thank you for the reply. I am used to the completely opposite approach: discarding ev…
»
Allen Webster —
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, bu…
»
ratchetfreak —
Casey finds early returns and break/continues harder to follow so he doesn't use them. He prefers …
»
Sean Barrett —
Goddammit windows.
»
r2d2 —
Hi, folks! Perhaps Casey himself or people who are following the project closely can comment. I am…
»
@Mattias_G —
I agree about http vs https - this library has its origin back when http was more of the norm. Sti…
»
rizoma —
Nevermind, I see that this was already covered here:
»
pusheax —
Hi, Questions to people who follow Casey's streams:What are the jumping heads?Why grass have diffe…
»
simonWasHere —
Hi, Firstly, thanks for the great editor, and I'm sorry if this is a stupid question. I would like…
»
Mārtiņš Možeiko —
Windows API provides very simple API for handling http (and https, ftp) requests - wininet API. It…
»
@Mattias_G —
This weeks library is for basic HTTP requests (POST and GET commands) I have restructured by gith…
»
MrPr3sident —
Sadly, this is the only thing I can find concerning this issue. (Apart from a pissed off game dev…
»
Mārtiņš Možeiko —
More interesting question is who and when added this registry entry? Does it gets added always or …
»
MrPr3sident —
Hi there, I just wanted to spread awareness about a problem I had while coding along the live code…
»
Mārtiņš Možeiko —
That is .NET Native which I already mentioned. And it is only for Windows Store apps.
»
Joakim —
This actually is good, it lets me focus on the pixels and not worry so much about the rest. A mor…
»
Jack Mott —
Here is some info:
»
Mārtiņš Možeiko —
Typically for regular apps this is done with ngen at installation time. It takes your .net assembl…
»
Mārtiņš Možeiko —
I really think that this is not very complicated: It opens window on line 13, draws pixels in a l…
»
anaël seghezzi —
I wrote a post about the art process there :
»
Joakim —
The approach he takes is one where he allocated memory for holding bitmap, changes values that re…
»
ratchetfreak —
After seeing Jon's rant on keyboard handling and the article he linked, I thought I'd look into di…
»
Shazan —
I know that when you build a .net app it converts into IL code .Is it possible to compile IL or .n…
»