[Follow up question]The complicated code everHi MiiNiPaa I confuse again: What is the diff between these two? [code]_V3Signals = new _v3sign...
[Follow up question]The complicated code ever[code] _V3Signals = new _v3signal*[10][/code] Sorry for disturbing.Just to verify one last thing. ...
[Follow up question]The complicated code everHi MiiNiPaa Means that [code]_V3Signals = new _v3signal*[10];[/code] will become valid when there...
[Follow up question]The complicated code everLet me make it simple abit: [code]_v3signal **_V3Signal; //this is define inside another class[/cod...
[Follow up question]The complicated code ever[b]FOLLOW UP QUESTION:[/b] [code]_V3Signals = (_v3signal **) new char[sizeof (_pscsignal **) * (_ma...