This assignment require the students to have the experience on C++ string, classes and constructors. There is 2 tasks involved in this assignment and it will carry 12 marks.
Task 1
This task to write a C++ program that allows the user to play the Hangman game. If you do not know the Hangman game, it is look like that.
Task 2
This task is about writing a C++ program for small database for library. But instead of using all the databases, it is simply just a text file. The program will read, write and modify the contents in that text file. It will also allow for adding new records, updates, deletion, search and calculate some statistics and display. Very simple and yet it needs some of your time and efforts.
These programs are developed in window environment. Please make sure your program can run and execute accordingly. To develop C++ program, you may want to download the complier from Bloodshed Dev C++.
No comments:
Post a Comment