User: rafae11

  • Public profile

User profile: rafae11

User info
User name:rafae11
History
Joined:
Number of posts:264
Latest posts:

Error on Dress class header and cpp files
the order is switched. you are expecting a string , int ,string ,double you wrote string, string int...

Class Type redefinition error
in your cpp file write the implementation for each method like the example below. [code] int BikeRi...

Template without changing function signature
why not pass a structure with all the information in it. instead of limiting yourself to an int. you...

How do I output the complete text from employee.dat to employee.dak?
[code]#include <iostream> #include <fstream> #include <cstdlib> // needed for exit() #include <strin...

Template without changing function signature
i'm not sure if i understood your problem correctly. do you want to use a certain function depending...

This user does not accept Private Messages