I'm trying to create a program that lists all variables, function names and C++reserved words from an input source file ( txt ). I'm not sure how do do this. I've done that only once using a header file, but I didn't like that at all. It says I also could use a class or main function. I'm thinking about classes. Would that be more difficult?