Hey guys, I'm currently on day 241 and I ran into a problem. Sometime earlier, when Casey was doin…
The unintentional goal of most high-level language designers is to devise a language which is opt…
The only language that is getting popular and doesn't have garbage collection is Rust, IIRC:
Do you need also loading or just mixing? Because mixing is just a loop with adding numbers togethe…
I don't ever do a deeper depth. There isn't a good reason.
I'd like something that would work on windows/linux/osx, and be able to mix 3+ sound files at a ti…
In other words, feel free to use literally whatever you want, and this site won't stop you. But t…
Yes this is definitely possible. You can get the buffer's file name. You can then use the string …
Andre —
GNU's on the C Preprocessor are pretty thorough if you're interested in learning about the kinds …
Oh that's a much better solution, thanks mmozeiko
A big pro-tip would be to set the -E compiler flag. That will send the preprocessed file to stdout…
This might not be the best place to ask this but since we are all talk about it, what would be a g…
I might also add to the discussion here that, at least with the sorts of things I talk about, peop…
Would it be possible to make a custom function to pop to the matching header file when in a C/cpp …
I agree with many of the points made here. I'm not going to go through them because I hate "me too…
And it's interesting to hear this from Timothy, as he is an author of a good Java book. I feel we'…
Hey there Replying to the thread because this bug is fixed in the most recent build. And since thi…
Pointers are not bad at all. I've worked with a lot of different hardware over the years, and one…
Pointers just aren't necessary for some people to learn. Pointers aren't required to be used in C…
If you have multiple translation units then use /MP argument to cl.exe: This will make cl.exe to …
After speeding up my builds with some tricks learned here I wondered if we couldn't speed things u…
Thanks, it is an interesting reply. I agree there is no need, but it is convenient at times. I won…
I recently started a project to make a text adventure 'engine' in C++ while following some of the …
Make code difficult to read.Easy for pointers to point to nothing.Easy for the data referenced by …
Yes, but which platform? The mobile web platform? The Firefox SIMD.js platform? The Chrome --webki…
Well, I am glad we did not discourage you from continuing due to negative feedback!
I suggest you take a look at Ginger Bill's string library as a starting point. Or just use that an…
But IF hypothetically Casey was doing web development the same way he does Handmade Hero, he would…
Thanks for your detailed response and clearing this up for me! I had another look at the video and…
Thank you for replying. I'll check out emscripten sometime but I'm also glad that I'm not alone in…