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.
Andrew Bromage
Now that Casey has given his lecture on "The Thirty-Million Line Problem" again, I'd like to talk…
»
Mārtiņš Možeiko
I never used ASP, it always looked awful to me. In C# I simply created http server that listened …
»
Mārtiņš Možeiko
lost When you cast a const char * to a char *, this makes absolutely no sense. It does "not" make…
»
Luke
Perhaps I should not have written it that way, or written it at all. I must admit, I failed to pr…
»
Lost Astronaut Studios
Consider: 1 2char mystring[255]; char *a = mystring; This defines an array of 255 bytes (if …
»
Oliver Marsh
Nice! I would love to hear how you render the shapes. Do you write a shader for getting the anti-…
»
Oliver Marsh
@mrmixer Thanks for the comment. I updated those spelling mistakes and the sentence. Sorry if it …
»
Mārtiņš Možeiko
Which server-side web development language forces to use MVC? I have done some web development in…
»
ratchetfreak
Though in either case trying to change the contents of the string literal will be undefined behav…
»
Luke
There are multiple languages out there that, in my opinion, suffer the same burdens as PHP with s…
»
Mārtiņš Možeiko
This happens because by default string literals (like "foobar") have const char* type. But becaus…
»
Allen Webster
Hmm okay. The script tries to figure out which visual studio version to use and initializes it, …
»
nakst
Currently the manifest file is only used during building, but it will be used by the OS when I im…
»
rby90
Can't speak on the suggestions, but Teach Yourself Computer Science has some ideas: https://teach…
»
Zoltan Stomfai
It seems the 1char *fileName = (char *)__FILE__; solved the issue. Still not sure why do I nee…
»
Zoltan Stomfai
Hello Guys, Following the stream completely on VS 2017 (everything, so not using any other tool)…
»
Simon Anciaux
About the file format, why did you chose to use a text format ? It looks like you have lots of th…
»
Simon Anciaux
Is the manifest file only used to generate C code, or is it use by the OS after the building the …
»
Frederik
1/2. Visual Studio 2017 3. Just buildsuper.bat 4. 64-bit It seems "manually" calling vcvarsall.b…
»
Oliver Marsh
You hear the word designer a lot these days. Whether its a a ui designer, graphic designer or a l…
»
Lost Astronaut Studios
We're seeing way more of that with The Melodist devlogs .. shorter form videos with game design s…
»
Lost Astronaut Studios
Yes I admit it was a bit of a hijack. Thanks Jack. Yeah doing a hot shader reload is useful and…
»
Finalspace
Hi everyone, i have another release for you all! This time i finally implemented the software o…
»
Abner Coimbre
Oh, nice! Do you have any link(s) that you've found useful to learn discrete math? Unfortunately …
»
mapper
Wow, this is really nice... I haven't spent much time with the debugger yet, but I already have …
»
Allen Webster
This is a setting in config.4coder, are you using the same config file you used in the last build?
»
James Payne
Is it intended behaviour to not load projects on startup now? (new version 4.0.26) Previously I …
»
Allen Webster
No apologies necessary! Uncovering these things is a big help to me, thanks for your patience wh…
»
Lorenzo
That worked! Thank you for the help Allen :D and sorry for adding something new for you to fix :P
»
Allen Webster
Good news! I think I have figured it out. You need to put in "begin_map" "end_map" so that the …
»