User: tidematic

  • Public profile

User profile: tidematic

User info
User name:tidematic
History
Joined:
Number of posts:23
Latest posts:

How to search a 2d array? 4 by 4 matrix
I am trying to write code that will search a 4 by 4 matrix called matrix[4][4]. Users will be able ...

[Error] no match for 'operator>>'
This is my header file. Im trying to overload the istream operator and use ifstream in my main funct...

Ifstream using Class private variables
also tried [code] istringstream ss(str); ss >> employee.get_name(str) >> employee.get_id(stoi(str))...

Ifstream using Class private variables
So I am trying to read in a file using private class variables. There might be another way to do thi...

C++ Struct array calculate wage
Thanks alot I got it to run properly. Appreciate it

This user does not accept Private Messages