User profile: jaden5165

User info
User name:jaden5165
History
Joined:
Number of posts:46
Latest posts:

[Follow up question]The complicated code ever
Hi 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 ever
Hi MiiNiPaa Means that [code]_V3Signals = new _v3signal*[10];[/code] will become valid when there...

[Follow up question]The complicated code ever
Let 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...