pow() functionI would use value = (int)(pow(base,exponent)+0.5); The reason? casting to int does a truncate. i.e...
Adjacency matrix propertyIt often helps to work through a simple example take this graph [output]1 ------- 2 | | | ...
Creating an array of pointers to base class to point to derived class objects dynamicalypointers to a parent class can point to child classes - no casting needed (in fact this will throw a...
Inherritance AdviceInheritance is about actions not data. It applies when you have different objects with the same act...
Translation Fortran >> C++ If you have the fortran source code you could try f2c on it http://en.wikipedia.org/wiki/F2c
This user does not accept Private Messages