Not sure how much cheaper it really is, and for me, I like my way just fine. I tend to avoid raw…
The first major error was the assertion that "custom operating systems numbering in the 1000s cam…
A totally free Pixel Art Generator I encourage others to implement new features on the master bra…
Now that Casey has given his lecture on "The Thirty-Million Line Problem" again, I'd like to talk …
I never used ASP, it always looked awful to me. In C# I simply created http server that listened f…
It does "not" make sense only for compiler. For CPU and you as a developer it makes absolute sens…
Perhaps I should not have written it that way, or written it at all. I must admit, I failed to pro…
Consider: This defines an array of 255 bytes (if char is an unsigned byte on your system) as "mys…
Nice! I would love to hear how you render the shapes. Do you write a shader for getting the anti-a…
@mrmixer Thanks for the comment. I updated those spelling mistakes and the sentence. Sorry if it i…
Which server-side web development language forces to use MVC? I have done some web development in …
Though in either case trying to change the contents of the string literal will be undefined behavi…
There are multiple languages out there that, in my opinion, suffer the same burdens as PHP with se…
This happens because by default string literals (like "foobar") have const char* type. But because…
Hmm okay. The script tries to figure out which visual studio version to use and initializes it, b…
Currently the manifest file is only used during building, but it will be used by the OS when I imp…
Can't speak on the suggestions, but Teach Yourself Computer Science has some ideas:
It seems the solved the issue. Still not sure why do I need to cast it.
Hello Guys, Following the stream completely on VS 2017 (everything, so not using any other tool). …
About the file format, why did you chose to use a text format ? It looks like you have lots of thi…
Is the manifest file only used to generate C code, or is it use by the OS after the building the p…
1/2. Visual Studio 2017 3. Just buildsuper.bat 4. 64-bit It seems "manually" calling vcvarsall.bat…
You hear the word designer a lot these days. Whether its a a ui designer, graphic designer or a le…
We're seeing way more of that with The Melodist devlogs .. shorter form videos with game design su…
Yes I admit it was a bit of a hijack. Thanks Jack. Yeah doing a hot shader reload is useful and …
Hi everyone, i have another release for you all! This time i finally implemented the software outp…
Oh, nice! Do you have any link(s) that you've found useful to learn discrete math? Unfortunately I…
Wow, this is really nice... I haven't spent much time with the debugger yet, but I already have a…
This is a setting in config.4coder, are you using the same config file you used in the last build?
Is it intended behaviour to not load projects on startup now? (new version 4.0.26) Previously I ju…