Question: I need help its Says that TestLLUList was not declared and reverse was also not declared. #include #include LLUList.h int main(int argc, char** argv) {
I need help its Says that TestLLUList was not declared and reverse was also not declared.
#include
int main(int argc, char** argv) { LLUList TestList; std::cout<<"Newly Created List: "; TestList.PrintList(); for (int i=0; i<10; i++) TestList.PutItem(100-i*10); std::cout<<"List after 'PutItem' calls: "; TestList.PrintList(); std::cout<<"Length after 'PutItem' calls: " <
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
