emp0864
emp0864
I'm confused and need help
scan
7 replies
I'm confused and need help
then use scan object
7 replies
I'm confused and need help
line 10: Scanner scan = new Scanner(System.in);
7 replies
How do you call a base template class function from a derived template class?
@revan4477 Collection<T, 100>::add(item);
5 replies
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
Why is my program saying I didn't implement my friend insertion operator?
@revan4477 can you share you header file for TimedTask
29 replies