Check if the input is integerI need to create a program that accepts a name, to validate that a character and an integer shouldn'...
Accessing any element on a list stl c++Ah, lets say i ran the program and i have 3 or more element in the list. Uhm, is it possible to orga...
Accessing any element on a list stl c++How do i access a part of the list if there's no initial value ? This is the program I'm working ...
Removing any element on a listCan you give me an easier explanation on how i can implement it on my code, please.
Removing any element on a listDo i need another container for the elements so i can make a condition to find the element i want to...