Hello All,
I was doing some multi-threaded programming using the new C++11. This thought came across my mind:
Is there any problem if some shared data is accessed by multiple cores on a CPU? Even if it is just a read.
Does this lead to some problem?
Could anyone please throw some light on this? Or perhaps some links on this?
Thanks!