COSC 1315 Fundamentals of Programming
Laboratory Programming Assignments
Summer 2008
Revised 06/18/08
The official web page for this course is
http://www.austincc.edu/baldwin/Summer08/Cosc1315WebPage/COSC1315.htm
All programming assignments must be completed in accordance with the
instruction in the companion document entitled General
Requirements for Laboratory Programming Assignments.
Click the following links to view the assignments:
- Asg01 Very simple Non Object-Based program that displays
the student's name.
- Asg02 Non Object-Based program to display data in columns
of different widths and differing precision using iomanip and manipulators.
- Asg03 Non Object-Based program to pass a parameter by
value with a return value.
- Asg04 Non Object-Based program to pass a parameter by
reference.
- Asg05 Object-Based program with functions that pass a
parameter by reference.
- Asg06 Object-Based program that illustrates standard
input.
- Asg07 Non Object-Based program that illustrates a global
variable.
- Asg08 Object-Based program that illustrates static
(class) variables.
- Asg09 Object-Based program that illustrates instance
variables.
- Asg10 Non Object-Based program that illustrates local
variables.
- Asg11 Object-Based program that illustrates pointer
variables.
- Asg12 Non Object-Based program that illustrates constants.
- Asg13 Object-Based program that illustrates primitive
types.
- Asg14 Object-Based program that illustrates the
encapsulation of data in objects of user-defined types using pointers for
access.
- Asg15 Non Object-Based program that illustrates
arithmetic operators and precedence.
- Asg16 Object-Based program that illustrates the selection
structure.
- Asg17 Object-Based program that illustrates a while loop.
- Asg18 Object-Based program that illustrates if-else-if.
- Asg19 Object-Based program that illustrates the
use of relational and logical operators.
- Asg20 Object-Based program that illustrates a
nested counter for loop.
- Asg21 Object-Based program that illustrates a
sentinel loop using a do-while loop.
- Asg22 Object-Based program that illustrates file
I/O and arrays.
-end-