User profile: ddaniel10

User info
User name:ddaniel10
Name:Daniel
History
Joined:
Number of posts:37
Latest posts:

constructor error
This is my CustomerData.cpp if that helps [code]#include "CustomerData.h" #include <iostream> #incl...

constructor error
Hello im getting an error on line 12 of my main.cpp file but the error I get is no default contructo...

Test Average
Can someone explain to me why my array size doesn't let me run the program [code] #include <...

creating a class
[code]int main() { // assigns name "file" as an fstream fstream file; //Opens data file "Water ...

creating a class
Hello, I'm wanting to move portions of my code into separate files. This is what I'm trying to move...