home *** CD-ROM | disk | FTP | other *** search
- // dogcat.cpp -- Display a string with embedded quotes
-
- #include <iostream.h>
-
- main()
- {
- cout << "\"It's raining \"dogs and cats\" in here!\"";
- }
-
-
- // Copyright (c) 1990 by Tom Swan. All rights reserved
- // Revision 1.00 Date: 10/23/1990 Time: 04:01 pm
-
- // Revision 1.01 Date: 07/08/1991 Time: 05:41 pm
- // Converted for Borland C++ 2.0
-
-