Getting network traffic statisticsI'll start with this is a school project. That said, I need to write a program that can retrieve "r...
Problem with functions in inherited classesOk, I got it working. First, thank you everyone for your help and advice. I was not resending th...
Problem with functions in inherited classesI added [code] point.setPoints(x, y);[/code] between lines 24 and 32 and 34 and 42 of the main.cpp a...
Problem with functions in inherited classes[quote]What's the point of lines 31 and 32 in pointType.cpp, 47 in circleType.cpp, and 42 in cylinde...
Problem with functions in inherited classesOk, I removed all of the "statics" and I removed the =0 from the default constructors. And it is ...