Click here to Skip to main content
15,918,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to delete arrays to save memery space c++ Pin
CPallini4-May-10 9:05
mveCPallini4-May-10 9:05 
GeneralRe: how to delete arrays to save memery space c++ Pin
mrby1234-May-10 9:16
mrby1234-May-10 9:16 
GeneralRe: how to delete arrays to save memery space c++ Pin
CPallini4-May-10 9:40
mveCPallini4-May-10 9:40 
GeneralRe: how to delete arrays to save memery space c++ Pin
mrby1234-May-10 9:50
mrby1234-May-10 9:50 
GeneralRe: how to delete arrays to save memery space c++ Pin
CPallini4-May-10 10:25
mveCPallini4-May-10 10:25 
GeneralRe: how to delete arrays to save memery space c++ Pin
mrby1234-May-10 10:53
mrby1234-May-10 10:53 
GeneralRe: how to delete arrays to save memery space c++ Pin
mrby1234-May-10 10:33
mrby1234-May-10 10:33 
AnswerOpenMP dilemma Pin
Chesnokov Yuriy3-May-10 5:17
professionalChesnokov Yuriy3-May-10 5:17 
I need to parallel for loop which processes some image data.
The problem is that there is one function call in that for loop which takes as the argument some object (class, struct) whose data is used for processing.
It leads to multiple threads access problems to a single object as they process its own part of the image.

Is there a solution to solve the problem or it needs to have as many copies of the object as the number of threads to avoid multiple access?
Чесноков

GeneralRe: OpenMP dilemma Pin
Chris Losinger3-May-10 5:39
professionalChris Losinger3-May-10 5:39 
GeneralRe: For critical sections, #pragma omp single can be used as barriers. Pin
Software_Developer3-May-10 6:09
Software_Developer3-May-10 6:09 
QuestionHow to get my Application's coordinates? Pin
Software20073-May-10 4:25
Software20073-May-10 4:25 
AnswerRe: How to get my Application's coordinates? Pin
Rajesh R Subramanian3-May-10 4:29
professionalRajesh R Subramanian3-May-10 4:29 
GeneralRe: How to get my Application's coordinates? Pin
Software20073-May-10 4:46
Software20073-May-10 4:46 
QuestionResize controls in c++ win 32 Pin
arun_pk3-May-10 3:44
arun_pk3-May-10 3:44 
AnswerRe: Resize controls in c++ win 32 Pin
Cedric Moonen3-May-10 4:18
Cedric Moonen3-May-10 4:18 
GeneralRe: Resize controls in c++ win 32 Pin
arun_pk3-May-10 4:29
arun_pk3-May-10 4:29 
AnswerRe: Automatic resizing controls Pin
Software_Developer3-May-10 5:13
Software_Developer3-May-10 5:13 
AnswerRe: Resize controls in c++ win 32 Pin
David Crow3-May-10 5:46
David Crow3-May-10 5:46 
AnswerRe: Resize controls in c++ win 32 Pin
Randor 3-May-10 6:34
professional Randor 3-May-10 6:34 
GeneralRe: Resize controls in c++ win 32 Pin
Maximilien3-May-10 7:07
Maximilien3-May-10 7:07 
GeneralRe: Resize controls in c++ win 32 Pin
Randor 3-May-10 8:04
professional Randor 3-May-10 8:04 
GeneralRe: Resize controls in c++ win 32 Pin
David Crow3-May-10 8:37
David Crow3-May-10 8:37 
GeneralRe: Resize controls in c++ win 32 Pin
Randor 3-May-10 9:03
professional Randor 3-May-10 9:03 
GeneralRe: Resize controls in c++ win 32 Pin
David Crow3-May-10 9:11
David Crow3-May-10 9:11 
GeneralRe: Resize controls in c++ win 32 Pin
Randor 3-May-10 9:30
professional Randor 3-May-10 9:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.