Posts by Henrique Schiess Pertussati • 11 points
2 posts
-
0
votes1
answer570
viewsQ: How to identify end of C++ entries using Cin
In my college work, we submit our code to a platform that "corrects" the code automatically (inserts the entries into the code and compares the generated outputs with the template). To get the…
c++asked Henrique Schiess Pertussati 11 -
0
votes1
answer300
viewsQ: Exception error in Dynamic List C++
I am creating a chained list in C++ and in condition if (j ->n == x), in the method wasVisited which should check if an element has already been inserted in the list, the following message…