Week 5: Lab
(
Student Lab Activity
)
CIS170C Week 5Lab Instructions
Lab 5 of 7: Strings and Pointers
Lab Overview - Scenario/Summary
You will code, build, and execute a program requiring strings and pointers You are developing a software package that requires users to enter their own passwords. The passwords must meet the software criteria:
· The password should be at least 6 characters long
· The password should contain at least one uppercase and one lowercase letter
· The password should have at least one digit
Learning outcomes:
1. Be able to explain the need for strings
2. Be able to explain the way memory is allocated for arrays in a program.
3. Be able to explain the fact that arrays are objects in C++.
4. Be able to write a program that implements strings.
Deliverales
|
Section |
Deliverable |
Points |
|
Lab 5 |
Step 5: Program Listing and Output |
30 |
|
All Steps |
Total |
30 |
Lab Steps
Preparation:
If you are using the Citrix remote lab, follow the login instructions located on the iLab tab in Course Home.
Locate the Visual Studio icon and launch the application.
Version 1.0 Page 1 of 9
4/9/2009 Lab Activity CIS CIS170B-A1.docx
Page 3 of 4
CIS170C Week 5 Lab Instructions