emp0864
CPSComputer Programming - Seneca Polytechnic College
•Created by thatkidmoeee on 2/10/2023 in #ask-a-question
I'm confused and need help
scan
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by thatkidmoeee on 2/10/2023 in #ask-a-question
I'm confused and need help
then use scan object
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by thatkidmoeee on 2/10/2023 in #ask-a-question
I'm confused and need help
line 10:
Scanner scan = new Scanner(System.in);
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 2/4/2023 in #ask-a-question
How do you call a base template class function from a derived template class?
@revan4477 Collection<T, 100>::add(item);
5 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 1/28/2023 in #ask-a-question
Why is my program saying I didn't implement my friend insertion operator?
btw you don't need this methods to access the properties when you are using a friend method
int getRecords() const;
std::string getTaskName(int givenIndex) const;
std::string getUnitsofTime(int givenIndex) const;
std::chrono::steady_clock::duration getDuration(int givenIndex) const;
29 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 1/28/2023 in #ask-a-question
Why is my program saying I didn't implement my friend insertion operator?
@revan4477 can you share you header file for TimedTask
29 replies