Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I keep getting argument list for class template SelfOrderedTransposeList missing message on my cpp file could someone let me know how i can get rid

I keep getting argument list for class template "SelfOrderedTransposeList" missing message on my cpp file could someone let me know how i can get rid of it

this is the cpp code

#include "SelfOrderedTransposeList.h"

SelfOrderedTransposeList::SelfOrderedTransposeList() { //ctor }

SelfOrderedTransposeList::~SelfOrderedTransposeList() { //dtor }

this is the .h file

#ifndef SELFORDEREDTRANSPOSELIST_H #define SELFORDEREDTRANSPOSELIST_H

#include "llist.h" #include "SelfOrderedListADT.h"

template class SelfOrderedTransposeList : public LList, public SelfOrderedListADT { public: SelfOrderedTransposeList(); virtual ~SelfOrderedTransposeList(); protected: private: };

#endif // SELFORDEREDTRANSPOSELIST_H

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions

Question

Question What are the requirements for a safe harbor 401(k) plan?30

Answered: 1 week ago

Question

6. Describe why communication is vital to everyone

Answered: 1 week ago

Question

Price Quantity Supplied Quantity Demanded $1 $3 $5 $7

Answered: 1 week ago

Question

What is the relation of physical mathematics with examples?

Answered: 1 week ago

Question

What are oxidation and reduction reactions? Explain with examples

Answered: 1 week ago