0
What's with the warning?
I get a warning when running this code. https://code.sololearn.com/c842MPT0CN64/?ref=app
3 Answers
+ 2
for(unsigned int i=0; i<Shelf.size(); i++) {
std::cout << Shelf[i]->Name << '\n';
+ 1
Seems you got it figured out, I didn't get any warning when running the code.
+ 1
Ipang Yea, thanks though. Lol