I currently started programming in C++. My question is, whether when Im working with Lists I have to include this as a header file etc.? Im working with this reference: https://www.cplusplus.com/reference/list/list/
How can I know when I have to include something as a header file in general?
Thanks in advance.