Course List: http://www.c-jump.com/bcc/

c155_lab03_ch13
Ch.13, Graphics Classes


  1. Copying Visual Studio Project
  2. Display model
  3. C++ source file organization
  4. C++ project organization
  5. Graph classes
  6. Line class
  7. The Lines struct
  8. Lines implementation
  9. A grid of lines example
  10. The Color struct
  11. The Line_style struct
  12. The Open_polyline and Closed_polyline structs
  13. A Closed_polyline vs. a Polygon
  14. More samples: Circle, Ellipse, Mark, Marks, Image
  15. Image example
  16. The Text struct
  17. Color matrix (16x16)
  18. Next lecture
  19. How to submit

1. Copying Visual Studio Project


  1. Making a copy:

  2. Renaming the new project:

  3. Compiling and testing:

  4. Saving your work:

     


2. Display model



3. C++ source file organization



4. C++ project organization



5. Graph classes



6. Line class



7. The Lines struct



8. Lines implementation



9. A grid of lines example



10. The Color struct



11. The Line_style struct



12. The Open_polyline and Closed_polyline structs



13. A Closed_polyline vs. a Polygon



14. More samples: Circle, Ellipse, Mark, Marks, Image



15. Image example



16. The Text struct



17. Color matrix (16x16)



18. Next lecture



19. How to submit