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
-
conting repeated words
by Slicksim (2 replies)
-
Can somebody help: CAsyncSOcket class (Client-server networking)
by Mohammad Rastkar (3 replies)
-
custom progress bar in a datagridview with threading
by konikula (1 replies)
-
Calling C++ DLL from C#
by Thushan Fernando (1 replies)
Events coming up
-
Dec
6
Developing AJAX Web Applications with Castle Monorail
London, United Kingdom
Monorail is the model-view-controller engine of the Castle Project, bringing many of the best ideas of Ruby on Rails to the .NET world. In this talk, David De Florinier and Gojko Adzic show how Monorail makes it easy to develop .NET based AJAX applications, and how to use the Castle Project to build Web 2.0 applications effectively. Come to this session if you are a .NET web developer. Everyone is welcome!
This thread is for discussions of [C++] Lettered_Numbers : Simple Multiplication Test, that involves with : files & strings & arrayes & ....