Posts by Filipe • 1 point
1 post
-
0
votes1
answer44
viewsQ: Program Crashing at random
I am working with C++ Lists and while doing the following list implementation code: #include <iostream> using namespace std; class NO{ int idade; string nome; NO *no; public: void…