This document provides instructions for drawing basic shapes in graphics mode in Turbo C++. It explains how to enable the graphics library, initialize graphics mode, and use functions like putpixel, line, rectangle, circle, ellipse, arc, bar and bar3d to draw pixels, lines, rectangles, circles, ellipses, arcs, filled rectangles and 3D filled rectangles. Examples of code are given to draw each shape. Programming assignments are provided to combine the shapes to draw a flag, hut, smiley face and fish.