OK, show us where they went and what they gave for output.
Damn, why everybody always worries so much about giving us something "clean" and "short" but nobody every gives one little thought to giving us anything that actually evidences the problem. If people would put half as much effort into giving us all the facts as they did about trying to strip away what they "think" we don't need we would solve half of these problems on the first response.
Delta_G:
OK, show us where they went and what they gave for output.
Damn, why everybody always worries so much about giving us something "clean" and "short" but nobody every gives one little thought to giving us anything that actually evidences the problem. If people would put half as much effort into giving us all the facts as they did about trying to strip away what they "think" we don't need we would solve half of these problems on the first response.
Please calm down, I found the problem. And apparently it was in the code I posted.
I changed
StuctTest CurrentStuctTest;
to
StuctTest *CurrentStuctTest;
and updated rest of methods.
Thank you
PS : The reason I stripped the code, so the person who is trying to help can understand the problem quickly. I believe that nobody has time to read 1000 of lines of code.
I'm not uncalm, I just don't understand. It seems like when you have a question like this the intelligent thing to do would be to give as much information as possible. But most posters here seem to take the opposite approach. I just don't get what their thinking might be.