Multithreading and shared memoryThank you very much. This was a far better answer than my professor would have given. Some of the d...
Multithreading and shared memoryHi, This isn't really a C++ specific question, more low-level programming in general. In class...
Why does this work (COM & strings)?Thanks Peter87, you are correct. I should've thought of that
Why does this work (COM & strings)?I'm messing around with MS text to speech and wrote some code to iterate through voice attributes st...
Assignment Problem[code]void f(unsigned x, unsigned n){ for(unsigned i=0; i<n; i++){ cout<<x; if(i...