"Every calling is great when greatly pursued."
-Oliver Wendell Holmes
Posted By Derek on August 1st, 2010

Just finished updating my resume a little. Unfortunately, couldn’t put some of the newer stuff I’ve been working on due to NDA.
Click on the Resume tab on the menu to check it out.

 

Dynamic String Lab

Posted By Derek on February 27th, 2010

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.

Similar Posts

Comments are closed.