Jesse —
You can adjust how many child cl.exe's to spawn with number after /MP like this: /MP2[/quote] How…
If you pass /MP for cl.exe then it will spawn multiple cl.exe (by default how many cores you have)…
One solution is to write a Build application that uses CreateProcess to launch multiple compiles a…
Jesse —
Like with Handmade Hero, I've split my project into a few TU that compile linearly as part of the …
Hello, and sorry for the late response! In my own code base i do: But your solution should work j…
Neo Ar —
Awesome! I didn't mean binary compatibility but rather how difficult it would be to get existing…
Sorry to keep replying with "no", but no, you do not stop all threads during collation! You only …
Oh, I see. That works. But you have to stop all the threads during collation. I have a single-writ…
One thing that I miss from Linux is a good Tiling Manager. Nothing beats it when your work day is …
Jesse —
Thanks Kevn, mmozeiko! I ultimately went with mmozeiko solution for brevity. The data is POD and s…
magicu —
Thank you very much. error is fixed. you are very kind. Thanks again. Have a nice day,
Hey there, This means that you are missing the Liberation Mono font used by the config. You could …
magicu —
hi, it is my first using emacs. so i follow the .emacs file in the preorder files. but when i star…
What is hmm_m4? If it is POD (plain old data) type then casting it to float point will work fine, …
Kevin —
It looks like hmm_m4 is a double array of floats of size 4x4 with the name of the array as Element…
Jesse —
Noob question. How do I use hmm_m4 with the OpenGL function below? When I try, I get the error "v…
It's the most tired of analogies because even the underlying assumption is wrong.[/quote] But you…
Whereas in software we do entirely new designs monthly! Which, maybe is a bit too often. Maybe we…
It's the most tired of analogies because even the underlying assumption is wrong.[/quote] But you…
That other book with the yellow cover might possibly be "Linear Algebra Done Right" by Sheldon Axl…
As I keep saying when the "don't reinvent the wheel" meme is trotted out again in relation to soft…
I've had good luck with Ubuntu, and Mint. Both just worked. But I have a rather simple desktop. D…
As an obligatory caveat to this thread, I'd also point out that most people seemed to think that S…
I suppose something different about software vs cars: Reinventing a software wheel requires only t…
You'll need to type part of the name of the file you want to switch to;it lists other things than …
Looks like good progress in the world of D lately:
I've been using Arch for years and absolutely love it, but I can't argue that it takes much more w…
I had never heard of Strang before so I thought I'd check out the text you mentioned. In my search…