User profile: TheIdeasMan

User info
User name:TheIdeasMan
History
Joined:
Number of posts:6761
Latest posts:

C++ Questions
Hi, There is a third relationship: "Uses A" This is where an argument to a class constructor or fu...

C++ Questions
Hi There is also this RAII timing class: https://www.youtube.com/watch?v=oEx5vGNFrLk I did have a...

Threading: changing processor count does not change performances
[quote=Zaap]I think using a for_each in my code will create an excessive amount of threads (at least...

Why is my fft function not working as expected?
Hi Just my 2 cents worth*: In the mid 1980's I saw some code that did a whole lot stuff with matri...

Threading: changing processor count does not change performances
Hi This may be orthogonal to what you are learning, but since C++17 the [code]for_each[/code] algor...