- #1
mertcan
- 345
- 6
Hi everyone; hope you are well. I have a small question: As far as I have searched, for example we can make integer variable defined outside the for loop private for multiple threads, but is it also possible to apply this situation for an integer pointer defined outside the for loop? I mean if a integer pointer have defined outside the for loop, which is gonna be processed with multi thread, then can we make that pointer private for threads? (I am using visual studio 2022 community and include <omp> structures)
Last edited: