Smart pointers are required. Basic requirements: Create three classes: Disc.h, Disc.cpp, DiscList.h, DiscList.cpp, Track.h, Track.cpp. Follow the UML for a diagram with how to construct the classes. Main file should implement a menu that looks like this: (A)dd a new disc.(R)emove an disc.(P)rint an disc.(L)ist discs.(Q)uit Assignment due on Tuesday.
Archive for the ‘Desktop software development’ Category
Java Development


1 Questions which i have outlined below. The work coding needs to be completed within the blue J project file i have uploaded below and to the specification that the questions ask it be. A lot of the project is completed already. QUESTIONS: This question involves completing a class called WizardController, instrances of which coordinate […]
C# Console Application project


TASK 1: Create a new C# Console Application project and add a class called Employee. This class should have twoinstance variables: a name (of type String) and a salary (of type double). Implement the constructor withtwo parameters that will set up the initial values of the instance variables: public Employee (string employeeName, double currentSalary)You must […]
Unity Game Dev


The goal of this milestone is to provide a rst demonstration of your product. You run the show and present your game to us and what it can do. At least the minimal functionality outlined below must be shown during the demo. The demonstrations will take place on the 3rd oor of the Trottier building […]
Student staff app


implement a new student-staff management software app. In the first instance you have been asked to build a console proof of concept or prototype. Write a Console application in C# to implement the details given in the assignment specification below. Your programme must support the ability to do basic CRUD operations such as adding/editing/removing/finding students, […]
c programing


I will get Problem Sets in C which I need to accomplish .I need use dynamic memory allocation , strings , pointers and structures . So if you are really good , it could be long term relationship .The Problemsets are like “Create a Game K what is modified version of game 2048 but instead […]
Java JWJGL Library


USE ONLY NETBEANS 8.2 IDE, NO OTHER IDE’s ALLOWED! Write a Java program which uses the LWJGL library to draw a window of 640×480 (with a black background). THIS PROGRAM WILL NOT USE ANY OTHER GRAPHICS LIBRARIES BESIDES LWJGL! To download and setup LWJGL with Netbeans 8.2 go here:http://wiki.lwjgl.org/wiki/Setting_Up_LWJGL_with_NetBeans.html The coordinate system should be centered […]
populatiom


Write a program that prints the current world population on screen. Then give them a choice of at least three locations to put the population in (one of which has to be Texas. The other two can be your choice). It then prints the amount of space per person in sq. ft., sq. mi., and […]
Database Systems


Given the following relation schemes: Teacher = [CourseN, Quarter,TeacherName]Course = [CourseN,CourseName, Nunit)Student = [studentName, CourseN, Quarter]LocationNTime = [CourseN, Quarter , DayTime, RoomN] //Examples of DayTime: M2:00AM, W4:50PM, and T8:00PM. Note that DayTime is represented as a string. Express the following queries by SQL statements and test them using any appropriate data. Take screenshots of the […]
Design an object card Design, an object Deck Design, and a driver program. Use these class diagrams to create your objects.


Design an object cardDesign an object DeckDesign a driver program Use these class diagrams to create your objects. ————————————- Card ————————————–int _value-String _suit-String _Color-String _Face————————————-+Card(int value, String suit)+String toString()+String getColor()+String getFace()+int getValue()+String getSuit()———————————— ———————————— Deck————————————-List <Card> _cards————————————+Deck()-void […]