Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~312 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for goldman480

[QUOTE=Tellalca;1427567]Make the error corrections about arguement list and then compile and repost the errors and the new code here.[/QUOTE] [CODE]#include <iostream> using namespace std; // ------CLASS DEFINITIONS------ class TheData { public: TheData(double* = 0, unsigned long = 0, bool = false); ~TheData(); void SetValue(double*, TheData&); void SetValue(unsigned long, TheData&); void …

Member Avatar for jonsca
0
177
Member Avatar for goldmn480

I’ve been told to convert a standard C++ program into an object-oriented one, using the principals of polymorphism, encapsulation and inheritance. I would appreciate any help // Purpose // A program to demonstrate the application of a simple digital filter // // Overview // A sequence of data items and …

Member Avatar for Kanoisa
0
135

The End.