” CS 120程序设计 写作、C++语言编程CS 120 Module 1 Open-Ended Project: Style and ErrorsDue on Gradescope by 11:59pm ET on Friday, February 19thFor this project, you will create two differently-styled versions of a creative C++ class on GitHub and willdocument the bugs you found in the code.Requirements All of your programming files should be in a private GitHub repository in the course organization.- Your repository must be named with the convention: M1OEP-Style-Errors-netid, where netidis your UVM NetID username.- The repository should have a .gitignore file and a README file (see the GitHub-with-CLion repofor directions). Your C++ class must have at least Two private fields and at least four methods. Your class should be nontrivial: at least one method must not be a constructor, getter, setter, ordestructor. Your class declaration should be in a header file and the implementation in a corresponding .cpp file. You must use objects of the class to create a fully functioning program in a main.cpp file. Describeyour program in your README file. Your two style versions should be stored in different branches of your repository. Your README must describe which of the two styles you like better and why. The README file must also detail at least three errors that you experienced while developing thisproject.- At least one must be a compiler error and at least one must not.- For each bug, explain What you did to fix it.- At least one of these Explanations should include the use of the debugger. All of the above must be pushed to your GitHub repository. On Gradescope, submit the URL of the repository. The last commit to each branch will be graded. Ifyou have more than two branches, clarify which ones should be graded in the master branchREADME file.DesignYour two style versions must include the following (you can choose how to split the options between thetwo versions, and each version should have consistent style within itself):- Hanging and Egyptian-style braces- Camel case and snake case- Top-of-file comments and method comments- Variables with and without prefixesFor details on these, see the M1GP-Style-Me repository README file.GradingThe project is out of 50 points.5 pts Project compiles and runs. GitHub repository set up as described above.5 pts Class Satisfies requirements described above.10 pts Style 1 satisfies requirements and is consistent throughout the files.10 pts Style 2 satisfies requirements and is consistent throughout the files.10 pts The main Program is fully functional.10 pts The README file contains all that is described above.如有需要,请加QQ:99515681 或WX:codehelp
“
添加老师微信回复‘’官网 辅导‘’获取专业老师帮助,或点击联系老师1对1在线指导。