User profile: morando

User info
User name:morando
History
Joined:
Number of posts:143
Latest posts:

queue push crashes
Yes, thats it, love you man. Thank you very much. I don't know how did i overlooked that.

queue push crashes
I am getting this message on queue push: [quote] Access violation reading location 0xfffffffffff...

Difference between char r[] = "red"; and char *q = "Quit";
Array of char [code] char r[] = "red"; [/code] This should be forbidden. [code] char *q = "quit"; [...

Profiling code, 4 threads slower then 1
I have found some open source library reading this article: http://progsch.net/wordpress/?p=81 Study...

Profiling code, 4 threads slower then 1
[quote] How much time is actually taken? [/quote] The number of points might even increase and there...