C++ computer science project. Attached a couple screenshots. Could give my course page login to take a look and see if something you're capable of
This is an example development order. This is only a suggestion, there are
many ways to get this going. Some items have addit,onal information
available.
1. ()Create your actual machine class and change the factory to
create it. Create empty functions and ensure they are being
called by setting breakpoints.
2. (J Create your working machine class and a factory to create it.
3, ()Ensure you can create a machine on demand and install it.
Create empty functions and ensure they are being called. I
found It easiest to deal with the machine number and
recreating machines here.
4. Create the component base class, I made mine derived from
Polygon, since every single component needs a basic shape.
5. Create a shape class derived from the component base class.
6. OE)Oecicle what the first shape In your machine should be and
get it created in your factory.
7. OE)Get that shape to draw,
8. Create the motor class and get a motor on the screen. I first
created It without the shaft support, then added that.
9. ()Md the shaft support and get it turning.
lo. OE1 Create your connection classes for rotation.
11. (J Create a Shape and connect It to the motor. ¡ just created the
flag temporarily and connected it.
12. Get the pcocess working to rotate the flag when the motor
rotates.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of