Derek Glascock/

27.02.2010 Professional ProjectsNo Comments

Dynamic String Lab

This lab was created to help reinforce the student’s knowledge of dynamic memory and its proper usage. The student is tasked with creating a dynamic string class that mimics the std::string class. Assignment overloading, string concatenation, and array element removal are required for complete implementation. The string class is then tested using an interface provided to them that uses the Microsoft Speech API (SAPI).

Developed:

  • Interface using MFC
  • SAPI integration
  • Dynamic String class

Lab and Demo as distributed to students can be found here.

Comments are closed.