User profile: nilac1382

User info
User name:nilac1382
Old user name:calin1382
Name:Calin
History
Joined:
Number of posts:5
Latest posts:

Check multiple numbers if they are Armstrong numbers
if you can't use <vector> and since according to keskiverto's link this looks mostly like a homework...

Check multiple numbers if they are Armstrong numbers
The numbers that pow receives are int so from int to double or float there is no loss of data. From ...

Check multiple numbers if they are Armstrong numbers
Here is a working code. First you need to find the digits of the number that is entered; this will ...

Accessing derived class functions through pointer of base class
If it is a virtual function then yes the prototype in the derived class has to be the same as the on...

Accessing derived class functions through pointer of base class
You need to get a bit more informed about abstract class : virtual functions and pure virtual functi...