C++ Linked List Math Formula Editor
Added on 2019-09-19
3 Pages1237 Words618 Views
|
|
|
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.
End of preview
Want to access all the pages? Upload your documents or become a member.
Related Documents