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
-
WinGDB - Linux debugging under Visual Studio
by WinGDB (0 replies)
-
Programmers in Trinidad and Tobago
by alacom (1 replies)
-
Can somebody help: CAsyncSOcket class (Client-server networking)
by chong (7 replies)
-
Weird problem for devenv command build failed.
by anson78 (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by Hexfinity (2 replies)
This thread is for discussions of [C++] Lettered_Numbers : Simple Multiplication Test, that involves with : files & strings & arrayes & ....