Wednesday, September 17, 2014

Completed Lab - Comment Remover

Link to resources Mark Dolan Programming

All files are available at the bottom of the link.

In this lab assignment you will learn the following
  1. Draw a finite state machine
  2. Implement a finite state machine, using if, else, and else if
  3. Testing your code for bugs
You will write a program that removes all text that starts with
/*
and ends with
*/
when not inside a string literal

No comments:

Post a Comment