CS-150 Bugs and Issues

ANSI Logic OperatorsOffice 2000 Add-ins

ANSI Logic Operators

Microsoft Visual C++ 6.0 does not appear to implement the ANSI standard logical operators (and, or and not) described in Horstmann's book. Include the following lines between #include lines and your using namespace std; line to simulate the standard operators. Note spaces must appear on either side of these operators when they are used.

// These macros mimic the ANSI C++ logical operations.

#define and &&
#define or ||
#define not !

Office 2000 Add-ins

Several MS Office features may not have been  installed to run from student laptop hard drives. Instead they may be setup to run off the network and therefore can only be used while connected to the MSOE network. I recommend you install the features on your hard drive. This will permit you to use them while not connected to the MSOE network. To do this:

  1. Connect to MSOE's Novell network.
  2. From your start menu go to the Control Panel and select Add/Remove Programs
  3. Select Microsoft Office Professional
  4. Click on "Add/remove programs"
  5. Select Microsoft Office, and then select "run all from my computer"
  6. Select "update now"

Send comments and suggestions about this course to: Charles S. Tritt, Ph.D.
This page last updated 9/4/02