Anyone help me out!!!

Program
1. Design a program that reads in a text file with drawing commands and then outputs a bitmap with all the items drawn correctly
2. BitmapFile.h and BitmapFile.cpp files are available for you to use see the example on how to use these files
3. Use CMPSC 122 Coding Standards
4. Must be Object Oriented using C/C++ - Must have a color class - Must have an image class
5. Must use a STL container for storing the list of colors
6. Ask the user to input the name of the text file that contains the drawing information
7. The output file name is the input filename with the extension of “.bmp” So if the input file is “test.txt” the output file would automatically be “test.bmp”
What have you written so far? What are you stuck on?
Topic archived. No new replies allowed.