A .ofile is the translated output from compilation. This is not C ++, even if the source code that generated it was written in C ++. You can get the file .ofrom a compilation of the source of any programming language.
Use objdumpto view files .o.
source
share