User: treyriggins

  • Public profile

User profile: treyriggins

User info
User name:treyriggins
History
Joined:
Number of posts:14
Latest posts:

Arrays With Pointers!!
The code here is the original class. I am suppose to redesign the code so that I am using pointers. ...

Arrays With Pointers!!
Could someone please help me with this project. I have to have it turned in by Sunday August 12th. T...

Filter Class using Composition
I need to declare 'filename' in my header file, right? Or can I declare it before the function here ...

Filter Class using Composition
[code] void Filter::FilterRead() { std::ifstream fin; fin.open (filename); if (!fin) ...

Filter Class using Composition
Thanks Zephilinox, This helped a lot. I have only one error. Which is Filter::FilterRead which is ...

This user does not accept Private Messages