Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

This resource has not currently been approved, and is not currently linked to from our directory of resources. It is being displayed here for preview by the author and moderators only.
Rated
Read 1,560 times

Contents

Related Categories

[C++] Simple Multiplication Test - Involves with : files & strings & arrays & ... - About The Program

About The Program

Language : C++
Compiler  : VC++6 - Win32 Console App

-> Using... :

Files    : for 'Class_List' file.
string  : for In/Outputs.
arrays : for Converting a number to its corresponding word.

-> The file 'Lettered_Numbers.cpp', is the main program, and 'Class_List_Manipulation.cpp' is a separate utility program, that manipulates the 'Class_List' file (Add, Delete, Modify, Display records) and prepares it to use with 'Lettered_Numbers' program.

NOTE : Before using the 'Lettered_Numbers' program, you should add some students to the 'Class_List' file, with 'Class_List_Manipulation.cpp' program, then copy the 'Class_List' file (in the Class_List_Manipulation's program folder) to the Lettered_Numbers's program folder.

-> I couldn't find a way to upload the files here, for downloading, if anyone know a way please tell me! Thanks.

Comments