<t>Hello,no, it is not *necessary* to use objects, especially not in C++ which still contains C as a subset (for legacy reasons) and thus makes it quite possible to write "C++ programs" that have no connection with OO at all.If you use a language like Java, you will need to start out with a class. H...