Question: What is the program solution in C++'s Visual Studio Code system that will help me pass this Object-Oriented Programming assignment? Version Numbers The purpose of
What is the program solution in C++'s "Visual Studio Code" system that will help me pass this Object-Oriented Programming assignment?

Version Numbers The purpose of this assignment is to create a simple C++ value class representing a version number. A version number consists of three parts: a major number, a minor number, and a revision number. Your class should contain public members: major, minor, and revision. Your new type must all support six comparison operators: less than, less than or equal, greater than, greater than or equal, equal, and not equal. In addition, your class must support the streaming operators >, which respectively read and write the version using "major.minor.revision" format without leading zeros. For example, the following trivial test program could be used to produce the output below. You will need to create additional tests to verify your class is correct. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
