User profile: cableguy414

User info
User name:cableguy414
Name:Jason Williams
Location:Orlando, FL
History
Joined:
Number of posts:16
Latest posts:

Getting network traffic statistics
I'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 classes
Ok, I got it working. First, thank you everyone for your help and advice. I was not resending th...

Problem with functions in inherited classes
I 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 classes
Ok, I removed all of the "statics" and I removed the =0 from the default constructors. And it is ...