User profile: theothermii

User info
User name:theothermii
History
Joined:
Number of posts:10
Latest posts:

Probability analysis and implementation
Hey 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 portability
Aright, sweet thanks. I certainly don't need pointers, as they add a layer of complexity I've come ...

Developing in c++ for maximum portability
So if I can't use pointers, can I still use arrays? Since they're basically just constant pointers w...

Developing in c++ for maximum portability
I'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 ...