I've scanned a lot of C++ sites but have not found an answer yet. In several pre written programs, I've noticed that a single brace "{" is used without being closed later in the program. It appears like it is used to go outside the program to get info. like looking to see if a program has the .cpp extension. Anyone ever noticed that and know what the deal is?
Dick