Ask a question from expert

Ask now

Working Program using C++ : Report

3 Pages1237 Words618 Views
   

Added on  2019-09-19

Working Program using C++ : Report

   Added on 2019-09-19

BookmarkShareRelated Documents
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*,/,+andoperations,brackets(and),constantsorvariablesthatcanbemodifiedanddisplayed totheuser. TheMathsSymbolobjects willbeentered bytheuserandstored inalinked list(consistingofaListclassandaLinkclass,adaptedfromthoseusedinlecture8and lab8,orlecture11andlab11).TypicalexamplesoflistsofMathsSymbolstostoreare(youdonotneedtocalculatetheformulaeandthereisno=sign):(((4+ x)*y )/(x12))((4+ x)*(age12))/(length100)The Maths Symbol objectswill have a Symbol superclassthat has the subclasses: Constant,Variable,Operator,LeftBracketandRightBracket.
Working Program using C++ : Report_1

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Assignment on Programming Using Java
|11
|2914
|439