#include #include "TSimpleList.h" using namespace std; int main(void) { TSimpleList mine; int yes = mine.member(2); cout << mine; return 0; }