Question: Checklist: 1. Review the assignment specification 2. Review Binary Numbers 3. Please review how to separate your class into an implementation, 3. Please review how


Checklist: 1. Review the assignment specification 2. Review Binary Numbers 3. Please review how to separate your class into an implementation, 3. Please review how to separate your class nto an implementation, definition, and driver sections. These will all become separate files as outlined below. 4. Create a binary.cpp (should contain the class implementation only) binary.h (should contain your class definition, no functions), binary-sandbox.cpp (should contain the main() and #include "binary.h") file within your IDE. 5. Develop a Binary class definition. Do not bother at first to create the individual functions. You can do that later. Have it checked by your instructor. 6. Use the binary-sandbox.cpp to test your Class. 7. Create and test each operator one at a time. The easiest operators for this assignment may be to start with the cin" and "cout" operators 8. Verify sample output by providing corresponding sample hand calculations 9. Make sure that your code complies with the C++ coding standards. 10.Submit the binary.cpp, binary-sandbox.cpp, and binary.h Specification: In this week's assignment you will create a class to implement binary numbers. In this class you do operator overloading for */+-, and cout/cin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
