Trusted by 2+ million users, 1000+ happy students everyday
Showing pages 1 to 1 of 3 pages
8WorkingprogramusingC++Forthesystemspecified inSectionII,youarerequiredtowriteaprogram inC++usingMicrosoftVisualStudio2015(MSVS). Yourprogramwilluse theWindowscommandlineforall output.Theprogramwill have:Functionalitytostore anddisplayasetofMathematicalSymbolObjects usingaLinkedList.II. C++ASSESSMENTSCENARIO/PROBLEMI.C++ ASSESSMENT SCENARIO/PROBLEM (Functionality to storeand display a set of Mathematical Symbol Objects using a Linked List.)II.Structured report for the C++ programYouarerequired towriteareportaboutthedesign andtestingofyourprogramwiththefollowingstructure:Section1:Explanationofthedesignofyourprogram.Section2:TestPlanandresults.Section3:Evaluationoftheprogram.Appendix:FullSourceCodeListingII.C++ASSESSMENTSCENARIO/PROBLEMRequirementsSpecificationforaSimpleMathematics FormulaDataStructureAsystem(tobedeveloped asaprogramwritteninC++andusingthecommand lineforoutput)isrequired thatallowstheuser tocreateandeditalistcontaining anumber ofmathematical formulaeobjects. TheMathsSymbolobjectsrepresent*,/,+and–operations,brackets‘(‘and‘)’,constantsorvariablesthatcanbemodifiedanddisplayed totheuser. TheMathsSymbolobjects willbeentered bytheuserandstored inalinked list(consistingofaListclassandaLinkclass,adaptedfromthoseusedinlecture8and lab8,orlecture11andlab11).TypicalexamplesoflistsofMathsSymbolstostoreare(youdonotneedtocalculatetheformulaeandthereisno‘=’sign):(((4+ x)*y )/(x–12))((4+ x)*(age–12))/(length–100)The Maths Symbol objectswill have a Symbol superclassthat has the subclasses: Constant,Variable,Operator,LeftBracketandRightBracket.
Found this document preview useful?
You are reading a preview Upload your documents to download or Become a Desklib member to get accesss