Dynamic allocation and functionsThank you all for contributing to this topic, I learn so much from you :)
Dynamic allocation and functionsConsider the sippet below: [code] char *func(void) { char *str = new char[3]; str[0] = 'a';...
template, files problemHere is why, the code above is just a piece trying to site the problem. In short secondClass need t...
template, files problemThank you one more time @kigar, I think now you can see what is the real problem I am looking to sol...
template, files problemThanks @Kigar ,I edited the code, But the problem is something else))
This user does not accept Private Messages