I am creating a class definition file for one of my final projects for the semester, and Visual Studio is complaining about my cout and endl identifiers being undefined. Here is some of what I have in the class definition file:
I can't tell why Visual Studio doesn't like the cout and endl identifiers in this file, but has no problem with them in all of my other files. Any thoughts?