Record Detail

Compile Error

/in/calc.cpp:14:13: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
            list.~Dlist();
            ^~~~
            Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:14:13: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
            list.~Dlist();
            ^~~~
            Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:14:13: error: unknown type name 'list'
            list.~Dlist();
            ^
/in/calc.cpp:14:17: error: cannot use dot operator on a type
            list.~Dlist();
                ^
/in/calc.cpp:22:34: error: use of undeclared identifier 'list'
                        int a = *list.removeFront(); int b = *list.removeFront();
                                 ^
/in/calc.cpp:22:63: error: use of undeclared identifier 'list'
                        int a = *list.removeFront(); int b = *list.removeFront();
                                                              ^
/in/calc.cpp:24:25: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                        list.insertFront(input);
                        ^~~~
                        Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:24:25: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                        list.insertFront(input);
                        ^~~~
                        Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:24:25: error: unknown type name 'list'
                        list.insertFront(input);
                        ^
/in/calc.cpp:24:29: error: cannot use dot operator on a type
                        list.insertFront(input);
                            ^
/in/calc.cpp:32:21: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                    list.insertFront(input);
                    ^~~~
                    Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:32:21: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                    list.insertFront(input);
                    ^~~~
                    Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:32:21: error: unknown type name 'list'
                    list.insertFront(input);
                    ^
/in/calc.cpp:32:25: error: cannot use dot operator on a type
                    list.insertFront(input);
                        ^
/in/calc.cpp:45:21: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                    list.insertFront(input);
                    ^~~~
                    Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:45:21: error: use of undeclared identifier 'list'; did you mean 'Dlist'?
                    list.insertFront(input);
                    ^~~~
                    Dlist
/in/Compile/dlist.h:10:7: note: 'Dlist' declared here
class Dlist
      ^
/in/calc.cpp:45:21: error: unknown type name 'list'
                    list.insertFront(input);
                    ^
/in/calc.cpp:45:25: error: cannot use dot operator on a type
                    list.insertFront(input);
                        ^
/in/calc.cpp:54:26: error: use of undeclared identifier 'list'
                int a = *list.removeFront(); int b = *list.removeFront();
                         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project Five: List, Stack, and Queue
Language
C++
Submit At
2018-08-07 18:16:16
Judged At
2018-08-07 18:16:16
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes