Windows graphics application
SuperClassPIC 10A Lecture 3 Fall 2014 Homework Assignment #6 Due Tuesday, November 25, 2014 at 9:00pm. Objectives: 1. To create your first Windows graphics application. 2. To define and use your first class. 3. To gain experience using someone else’s libraries in your application. Background: Creating animation in C++ using Horstmann’s graphics library is easy. All you need to do is create a for loop that 1. draws some objects 2. moves those objects 3. pause for few seconds 4. use cwin to clear the window Scenario: “Beat-SC Week” is arguably one of the most exciting weeks for a UCLA Bruin. It is a week marked by school spirit, cross-town pranks, and bonfire rallying before the UCLA-USC football game. The casinos would like to capitalize on “Beat-SC” week by bringing the “crosstown showdown” to Las Vegas for their clientele. They want you to create a short user-interactive animated cartoon demonstrating your school spirit and pride for UCLA to display in the sports lounge before the game. They already hired a team of C++ programmers from USC to create their own cartoon promoting their respective school. Thus, the pressure is on you to show Las Vegas and the world the best university in Los Angeles. Are you up for the challenge? Directions: Create a Windows Application (not a console application) project called “Hw6” in your solution called “Homework” using Microsoft Visual Studio. The source file inside the project should be named GoBruins.cpp and should contain the following header: /* PIC 10A Intro. to Programming ID: Fall 2014 Email: Assignment #6 Section: Honesty Pledge: I, , pledge that this is my own independent work, which conforms to the guidelines of academic honesty as described in the course syllabus. List of known bugs: */I will leave the creativity up to you. However, your cartoon must at some point: 1. Make use of Horstmann's Message, Point, Circle,...
10 years ago
Purchase the answer to view it

- windows_graphics_application.txt