In the C++ program, the g-code for each letter is given. When a user runs the program, their initials are inputted. From this information, the program scans the cases for the correct letter. Once the correct letter is found, the g-code for that letter is written to the file named above. This is done for both initials. The program also allows the line numbering to automatically index by ten for each line. This helps make the program run. If the line number did not index in this way, the program would not run correctly.
By doing this project, I have obsoleted one of the required laboratories for future 474 classes. The lab called for the students to program the NC mill to engrave their initials in a block of wood. This program does the programming for them. This project also helped me with my programming experience. It has been a number of years since I had to program in C++ and this has acted as a needed refresher course.