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.
Jeremiah Johnson
timothy.wright abnercoimbre And it's interesting to hear this from Timothy, as he is an author of…
»
»
Jeremiah Johnson
cmuratori I might also add to the discussion here that, at least with the sorts of things I talk …
»
Jack Mott
Thanks, I'll take a look at those. Yes, need loading and playback as well.
»
Mārtiņš Možeiko
There actually isn't any reason to not use double buffering. You pretty much always should want t…
»
HawYeah
Hey guys, I'm currently on day 241 and I ran into a problem. Sometime earlier, when Casey was doi…
»
Andrew Bromage
cmuratori I just think, sadly, most of the time that is not the goal of high level language desig…
»
hugo schmitt
The only language that is getting popular and doesn't have garbage collection is Rust, IIRC: http…
»
Mārtiņš Možeiko
Do you need also loading or just mixing? Because mixing is just a loop with adding numbers togeth…
»
Jonathan Blow
I don't ever do a deeper depth. There isn't a good reason.
»
Jack Mott
I'd like something that would work on windows/linux/osx, and be able to mix 3+ sound files at a t…
»
Timothy Wright
abnercoimbre And it's interesting to hear this from Timothy, as he is an author of a good Java bo…
»
Allen Webster
Yes this is definitely possible. You can get the buffer's file name. You can then use the strin…
»
Andre
GNU's online docs on the C Preprocessor are pretty thorough if you're interested in learning abou…
»
PassiveCoder
Oh that's a much better solution, thanks mmozeiko
»
Daniel Rasmussen
A big pro-tip would be to set the -E compiler flag. That will send the preprocessed file to stdou…
»
Barret Gaylor
This might not be the best place to ask this but since we are all talk about it, what would be a …
»
Casey Muratori
I might also add to the discussion here that, at least with the sorts of things I talk about, peo…
»
Jack Mott
Would it be possible to make a custom function to pop to the matching header file when in a C/cpp…
»
Andrew Bromage
I agree with many of the points made here. I'm not going to go through them because I hate "me to…
»
Abner Coimbre
And it's interesting to hear this from Timothy, as he is an author of a good Java book. I feel we…
»
Sergio González
Hey there Replying to the thread because this bug is fixed in the most recent build. And since …
»
Timothy Wright
Pointers are not bad at all. I've worked with a lot of different hardware over the years, and on…
»
Jeremiah Johnson
Pointers just aren't necessary for some people to learn. Pointers aren't required to be used in …
»
Mārtiņš Možeiko
If you have multiple translation units then use /MP argument to cl.exe: 1cl.exe /MP ...(other arg…
»
PassiveCoder
After speeding up my builds with some tricks learned here I wondered if we couldn't speed things …
»
Jack Mott
Thanks, it is an interesting reply. I agree there is no need, but it *is* convenient at times. I …
»
Jack Mott
I recently started a project to make a text adventure 'engine' in C++ while following some of the…
»
Randy Gaul
RyanRothweiler Since hmh I've been working on a variety of prototypes in my own engine. I use poi…
»
Bill Strong
Yes, but which platform? The mobile web platform? The Firefox SIMD.js platform? The Chrome --webk…
»