boilerplate for c++ code example
Example: c++ header boilerplate
#ifndef LIST_H // LIST_H is a random name, you can use anything
#define LIST_H
// enter your code here
#endif // LIST_H
#ifndef LIST_H // LIST_H is a random name, you can use anything
#define LIST_H
// enter your code here
#endif // LIST_H