How to continue learningI've messed with programming since I was 9. I've made websites, worked on private server code, etc. ...
const_cast() - What's the difference?Peter, it works if it's [code]const int * A = new const int(50);[/code] too. (If that's what you w...
Should I just give up now?I'm not sure of the implications of CFS, but I'd say it doesn't really matter so long as you can get...
const_cast() - What's the difference?Simple question.. why does this not work: (output is 50) [code]void changeConst(const int * p) { i...
How to Continue LearningThis is a question that's been bothering me for quite a while, as I've never really finished reading...
This user does not accept Private Messages