Library code snippets
[C++] Simple Multiplication Test - Involves with : files & strings & arrays & ...
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.
Related articles
Related discussion
-
VS2005 app's won't run on another machine
by ted4444 (0 replies)
-
VB.NET: Hide and show table using radio buttons
by converter2009 (1 replies)
-
Convert C++ code to VB6
by mawcot (4 replies)
-
How to create a games like FIFA08
by mawcot (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
This thread is for discussions of [C++] Lettered_Numbers : Simple Multiplication Test, that involves with : files & strings & arrayes & ....