#FIG 3.1 Landscape Center Inches 1200 2 4 0 7 0 0 18 32 0.0000 4 480 11670 675 1200 Vec vi(100); // ok, explicitly construct the Vec\001 4 0 7 0 0 18 32 0.0000 4 375 7005 675 1770 // from an int\001 4 0 7 0 0 18 32 0.0000 4 480 10650 675 2340 Vec vi = 100; // error: implicitly construct\001 4 0 7 0 0 18 32 0.0000 4 480 10080 675 2910 //the Vec and copy it to vi\001