Probability analysis and implementationHey there, I realize this is mostly a math and statistics problem, and if this is a bad place to see...
Developing in c++ for maximum portabilityAright, sweet thanks. I certainly don't need pointers, as they add a layer of complexity I've come ...
Developing in c++ for maximum portabilitySo if I can't use pointers, can I still use arrays? Since they're basically just constant pointers w...
Developing in c++ for maximum portabilityI'm currently working on a game logic engine that I'm developing in c++ because that is what was tau...
possible to use derived class as parameter in base class function?Knowing that I can pass a derived object as a parameter to a function expecting a base object, even ...