Question: Need in C++ and Players must be in an ARRAY on the HEAP CSCI 24000- Fall 2017 Assignment #3 -Class-y Players Due: 10/9/2017 This third

Need in C++ and Players must be in an ARRAY on theHEAP CSCI 24000- Fall 2017 Assignment #3 -Class-y Players Due: 10/9/2017 ThisNeed in C++ and Players must be in an ARRAY on the HEAP

CSCI 24000- Fall 2017 Assignment #3 -Class-y Players Due: 10/9/2017 This third assignment will allow you to explore (by comparing and contrasting through construction and implementation) two different object-oriented programming languages (C+ and Java). You will be creating two separate programs one written m C+ and one wntten in Java. For this assignment, we are going to explore how we can use objects to build more expressive and cleaner programs. In honor of football season - we are going to be creating Players for our IUPUI football teanm (Undefeated since 1969). We will need to create and store these Players in memory and allow the user to view an entire "roster" of Players. We will make the following assumptions No two Players will have the same name (eg, #1 Test Testerson, #2 Test Testerson) No two Players can have the same number (e.g., #1 Jane Testerson, #2 Jane Testerson). Each Player MUST have at-least a first name, last name, and jersey number . . In the basic submission there will only be, at maximum, eleven (11) Players on our team. Your goal is to create a program that will allow for creation and viewing of Players from our team." Development Process: For this assignment, all development must take place on the master branch in a private GitHub repository. You must add me and all four (4) TA's as collaborators to your repository. It is strongly recommended that you commit and push often! We will be checking to make sure that you are actively pushing changes to your repository - failure to do so will result in a deduction of points. We will also be checking that you are providing "useful" comments with your commits - failure to do so will result in a deduction of points. You are also required to include the Honor Pledge and Digital Signature in each one of your files (any file that you have written "code" in - you need to include the Honor Pledge and Digital Signature) You are required to implement the following items as part of this assignment * Your C++ program must contain three files (2 .cpp and 1 h file). These files should be named as such: Driver.cpp, Player.cpp, Player.h .Your Java program must contain the following two files: Driver.java and Player.java . Your Driver class must store any and all created Players in an Array on the Heap .This Array must make use of dynamic memory allocation. . In the C++ version we will need to manage our memory accordingly - no memory leaks! o You can use Valgrind to check our program for memory leaks - any leaks in memory will result in a deduction of points .When you start the program you should provide the user with a menu choice to do one of the following 1. Add New Player 2. View Players 3. Exit Program Upon completion of Options #1 or #2 the menu should once again be displayed to the user allowing them to make another selection. This process should continue to loop until the user selections Option #3. Once If eleven (11) Players have been entered the program should print the roster and terminate thus

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!