COMP/220 iLab 5 of 7 - C++ Course

iLab 5 of 7: Pointers and Pointer Operations

iLAB OVERVIEW

Scenario and Summary

This lab will explore the use of pointers in several ways. Pointers will be used to dynamically allocate
memory for new class objects on demand from the user, and they will be used to access class-
member functions. Pointer arithmetic will be used to access and sort class objects according to
criteria explained in the lab.

Pointers are, essentially, address variables, or variables that hold as their value the address of other
variables. In terms of memory management, they are very powerful devices, and they more closely
and efficiently use the actual internal hardware registers of the microprocessor that the program
operates on.

Pointers also have the requirement that the pointer type must be of the same data type as the
variable, or the data that it points to or holds the address of. The power of pointers also hints at the
potential complexity of their use, which is why this lab is focused almost entirely on several different
aspects and uses of pointers. The lab also introduces pointer arrays and pointers to pointers.

The Resistor class created in the Week 2 lab will be used as the class that the pointer operations will
be used upon. The lab also requires the use of accessor functions and static data members, which
may need to be added to the Resistor class definition and implementation.

Deliverables

1.         Submit a single Notepad file containing the source code for all the files of the lab to the
Dropbox for Week 5. Your source code should use proper indentation and be error free. Be sure that
your last name and the lab number are part of the file name: for example, YourLastName_Lab5.txt.



Each program should include a comment section that includes, at a minimum, your name, the lab
and exercise number, and a description of what the program accomplishes.

2.       Submit a lab report (a Word document) containing the following information to the
Dropbox for Week 5.

o         Include your name and the lab or lab-exercise number.

o          Specification: Include a brief description of what the program accomplishes, including its
input, key processes, and output.

o          Test Plan: Include a brief description of the method you used to confirm that your
program worked properly. If necessary, include a clearly labeled table with test cases, predicted
results, and actual results.
o         Summary and Conclusions: Write a statement summarizing your predicted and actual
output, and identify and explain any differences. For conclusions, write at least one nontrivial
paragraph that explains, in detail, either a significant problem you had and how you solved it or, if
you had no significant problems, something you learned by doing the exercise.

o         A UML diagram: This should show all classes, class members, access specifiers, data
types, and function arguments, along with any and all class-to-class relationships.

o         Answers to Lab Questions: Answer any and all lab questions included in the lab steps.

Each lab exercise should have a separate section in the lab-report document.

Your lab grade will be based upon

1.        the formatting of your source code;

2.        the use of meaningful identifiers;

3.        the extent of internal documentation;

4.        the degree to which an exercises’ specifications are met; and

5.        the completeness of your lab report.



iLAB STEPS

STEP 1: Create a Multifile Project



Create a new multifile project using the Resistor class developed in Week 1, and include a new
main() test function.

STEP 2: Modify the Resistor-Class Definition

1.        Add a static data member of the class Resistor to keep track of the number of Resistor
objects that are dynamically created. This will also be used to limit the number of objects that are
dynamically created to the maximum array size of the pointer array in the test function main().

2.         In the Resistor constructor, use a random-number generator to randomly assign a
nominal resistance value to the object between 1,000 and 10,000 ohms. The resistance values are
not required to be standard resistance values.

STEP 3: Create the Test Function Main() and the Support Function

1.        Create an array of pointers of type Resistor.

2.         Use elements of the pointer array to allow the user to dynamically allocate memory and to
instantiate objects of the Resistor class.

3.      Use the indirect member-selection operator (pointer) in the test routine to access function
members of the Resistor class.
4.        Write a new, nonclass function called in function main() to sort the pointers to the
Resistor objects in order from lowest nominal resistance value to highest, passing a pointer to the
Resistor-object pointer as the only passed data argument.

5.         Display the sorted Resistor objects according to the nominal resistance value, from lowest
to highest.

6.         Within the sorting function, use pointer arithmetic to access the individual Resistor
objects.

7.         Function main() should also ensure that there are no memory leaks when the program
ends.


CLICK HERE TO GET THE SOLUTION !!!!!!!!

More Related Content

DOCX
Comp 220 ilab 6 of 7
PPT
Intro To Scala
DOCX
Comp 220 ilab 7 of 7
DOCX
Comp 220 ilab 7 of 7
DOCX
Comp 220 ilab 7 of 7
PPTX
Model simulation VHDL
PPTX
Model simulation VHDL
DOCX
ECET 370 Exceptional Education - snaptutorial.com
Comp 220 ilab 6 of 7
Intro To Scala
Comp 220 ilab 7 of 7
Comp 220 ilab 7 of 7
Comp 220 ilab 7 of 7
Model simulation VHDL
Model simulation VHDL
ECET 370 Exceptional Education - snaptutorial.com

What's hot (20)

PDF
Prelim Project OOP
PPTX
Implicit and explicit sequence control with exception handling
PDF
Duplicate Contact Trigger || Trigger Logic Building || #ApexTrigger #Salesforce
DOCX
Ecet 370 Education Organization -- snaptutorial.com
PDF
Legacy Coderetreat @Budapest 2013 02 16
PPTX
Scope - Static and Dynamic
PPTX
Var arg methods
PPTX
Handling inputs via scanner class
PPTX
Data structures and algorithms lab3
PPT
Effective Java - Design Method Signature Overload Varargs
PPTX
Case Study: Automated Code Reviews In A Grown SAP Application Landscape At EW...
PPTX
Method overloading and constructor overloading in java
DOCX
Ecet 370 week 2 lab 2
PPTX
Data structures and algorithms lab2
ODP
Why you should use a testing framework
PDF
OOPS With CSharp - Jinal Desai .NET
PPTX
Bad smells in code
PDF
Functions
PPT
ppt on scanner class
Prelim Project OOP
Implicit and explicit sequence control with exception handling
Duplicate Contact Trigger || Trigger Logic Building || #ApexTrigger #Salesforce
Ecet 370 Education Organization -- snaptutorial.com
Legacy Coderetreat @Budapest 2013 02 16
Scope - Static and Dynamic
Var arg methods
Handling inputs via scanner class
Data structures and algorithms lab3
Effective Java - Design Method Signature Overload Varargs
Case Study: Automated Code Reviews In A Grown SAP Application Landscape At EW...
Method overloading and constructor overloading in java
Ecet 370 week 2 lab 2
Data structures and algorithms lab2
Why you should use a testing framework
OOPS With CSharp - Jinal Desai .NET
Bad smells in code
Functions
ppt on scanner class
Ad

Viewers also liked (6)

PPT
Readiness to Stand For Jesus
PDF
Dunn_Converter_Cost-Acct
PDF
Vietnam promotion tours
PDF
Footsteps indochina product v2.0
PDF
Erasmus+ Sharing tools: e-portfolio, e-book
PDF
University of Michigan Sport Business Conference Recap #MSBC2014
Readiness to Stand For Jesus
Dunn_Converter_Cost-Acct
Vietnam promotion tours
Footsteps indochina product v2.0
Erasmus+ Sharing tools: e-portfolio, e-book
University of Michigan Sport Business Conference Recap #MSBC2014
Ad

Similar to Comp 220 ilab 5 of 7 (20)

DOCX
Comp 220 ilab 7 of 7
DOCX
Bca5020 visual programming
DOCX
Bca5020 visual programming
PDF
Object Oriented Programming Lab Manual
PDF
PPTX
PYTHON-COURSE-PROGRAMMING-UNIT-IV--.pptx
PPTX
Apex code (Salesforce)
PPT
C, C++ Interview Questions Part - 1
PDF
Core java-training-course-content
PDF
Core java-course-content
PDF
Core java-course-content
DOCX
1 Project 2 Introduction - the SeaPort Project seri.docx
PPTX
Learning to Rank Relevant Files for Bug Reports using Domain Knowledge
PDF
MA3696 Lecture 9
PDF
Assignment1 B 0
DOCX
OverviewUsing the C-struct feature, design, implement and .docx
PPTX
QTP Automation Testing Tutorial 6
PPT
Classes and objects object oriented programming
DOCX
ITECH 2100 Programming 2 School of Science, Information Te.docx
PPTX
Comp 220 ilab 7 of 7
Bca5020 visual programming
Bca5020 visual programming
Object Oriented Programming Lab Manual
PYTHON-COURSE-PROGRAMMING-UNIT-IV--.pptx
Apex code (Salesforce)
C, C++ Interview Questions Part - 1
Core java-training-course-content
Core java-course-content
Core java-course-content
1 Project 2 Introduction - the SeaPort Project seri.docx
Learning to Rank Relevant Files for Bug Reports using Domain Knowledge
MA3696 Lecture 9
Assignment1 B 0
OverviewUsing the C-struct feature, design, implement and .docx
QTP Automation Testing Tutorial 6
Classes and objects object oriented programming
ITECH 2100 Programming 2 School of Science, Information Te.docx

More from ashhadiqbal (13)

DOCX
Cis 355 ilab 4 of 6
DOCX
Cis 355 ilab 3 of 6
DOCX
Cis 355 ilab 2 of 6
DOCX
Cis 355 ilab 1 of 6
DOCX
Cis 355 ilab 6 of 6
DOCX
Ilab 2 of 7
DOCX
Comp 220 ilab 3 of 7
DOCX
CIS/336 ilab 5 of 7
DOCX
CIS/336 ilab 1 of 7
DOCX
CIS/115 ilab 4 of 7
DOCX
PRG/421 Week 4
DOCX
PRG/421 Week 2
DOCX
PRG/421 Week 1
Cis 355 ilab 4 of 6
Cis 355 ilab 3 of 6
Cis 355 ilab 2 of 6
Cis 355 ilab 1 of 6
Cis 355 ilab 6 of 6
Ilab 2 of 7
Comp 220 ilab 3 of 7
CIS/336 ilab 5 of 7
CIS/336 ilab 1 of 7
CIS/115 ilab 4 of 7
PRG/421 Week 4
PRG/421 Week 2
PRG/421 Week 1

Comp 220 ilab 5 of 7

  • 1. COMP/220 iLab 5 of 7 - C++ Course iLab 5 of 7: Pointers and Pointer Operations iLAB OVERVIEW Scenario and Summary This lab will explore the use of pointers in several ways. Pointers will be used to dynamically allocate memory for new class objects on demand from the user, and they will be used to access class- member functions. Pointer arithmetic will be used to access and sort class objects according to criteria explained in the lab. Pointers are, essentially, address variables, or variables that hold as their value the address of other variables. In terms of memory management, they are very powerful devices, and they more closely and efficiently use the actual internal hardware registers of the microprocessor that the program operates on. Pointers also have the requirement that the pointer type must be of the same data type as the variable, or the data that it points to or holds the address of. The power of pointers also hints at the potential complexity of their use, which is why this lab is focused almost entirely on several different aspects and uses of pointers. The lab also introduces pointer arrays and pointers to pointers. The Resistor class created in the Week 2 lab will be used as the class that the pointer operations will be used upon. The lab also requires the use of accessor functions and static data members, which may need to be added to the Resistor class definition and implementation. Deliverables 1. Submit a single Notepad file containing the source code for all the files of the lab to the Dropbox for Week 5. Your source code should use proper indentation and be error free. Be sure that your last name and the lab number are part of the file name: for example, YourLastName_Lab5.txt. Each program should include a comment section that includes, at a minimum, your name, the lab and exercise number, and a description of what the program accomplishes. 2. Submit a lab report (a Word document) containing the following information to the Dropbox for Week 5. o Include your name and the lab or lab-exercise number. o Specification: Include a brief description of what the program accomplishes, including its input, key processes, and output. o Test Plan: Include a brief description of the method you used to confirm that your program worked properly. If necessary, include a clearly labeled table with test cases, predicted results, and actual results.
  • 2. o Summary and Conclusions: Write a statement summarizing your predicted and actual output, and identify and explain any differences. For conclusions, write at least one nontrivial paragraph that explains, in detail, either a significant problem you had and how you solved it or, if you had no significant problems, something you learned by doing the exercise. o A UML diagram: This should show all classes, class members, access specifiers, data types, and function arguments, along with any and all class-to-class relationships. o Answers to Lab Questions: Answer any and all lab questions included in the lab steps. Each lab exercise should have a separate section in the lab-report document. Your lab grade will be based upon 1. the formatting of your source code; 2. the use of meaningful identifiers; 3. the extent of internal documentation; 4. the degree to which an exercises’ specifications are met; and 5. the completeness of your lab report. iLAB STEPS STEP 1: Create a Multifile Project Create a new multifile project using the Resistor class developed in Week 1, and include a new main() test function. STEP 2: Modify the Resistor-Class Definition 1. Add a static data member of the class Resistor to keep track of the number of Resistor objects that are dynamically created. This will also be used to limit the number of objects that are dynamically created to the maximum array size of the pointer array in the test function main(). 2. In the Resistor constructor, use a random-number generator to randomly assign a nominal resistance value to the object between 1,000 and 10,000 ohms. The resistance values are not required to be standard resistance values. STEP 3: Create the Test Function Main() and the Support Function 1. Create an array of pointers of type Resistor. 2. Use elements of the pointer array to allow the user to dynamically allocate memory and to instantiate objects of the Resistor class. 3. Use the indirect member-selection operator (pointer) in the test routine to access function members of the Resistor class.
  • 3. 4. Write a new, nonclass function called in function main() to sort the pointers to the Resistor objects in order from lowest nominal resistance value to highest, passing a pointer to the Resistor-object pointer as the only passed data argument. 5. Display the sorted Resistor objects according to the nominal resistance value, from lowest to highest. 6. Within the sorting function, use pointer arithmetic to access the individual Resistor objects. 7. Function main() should also ensure that there are no memory leaks when the program ends. CLICK HERE TO GET THE SOLUTION !!!!!!!!