ReferenceCounter c++Yes, i fix that with deriving but will this work? template<class T> int SmartPointer<T>::getCount() ...
ReferenceCounter c++I have class SmartPointer, Date and ReferenceCounter. I have task: To be able to check the value of ...
Smart PointersCreate a class template SmartPointer that should contain a pointer to any object and delete that sa...
Vector Bubble Sort c++I have class Date, functions bubbleSort, isAfter and printVector. So my task is: Use the function bu...
Sorting vector(BubbleSort)I have class Date, functions bubbleSort and printVector. So my task is: Use the function bubbleSort ...
This user does not accept Private Messages