Where is my error in this code?Yes, there were two main's in your code. It should look more like this. #include <stdio.h> #inc...
Polymorphism program questionsI also agree with naraku9333. You don't want to get ahead of yourself.. learning pointers is an adva...
Polymorphism program questionsWhen you declare something as "const", you are not wanting that data to change. You want it to stay ...
This user does not accept Private Messages