Question: Write a C++/FLTK program named hw4pr1.cpp to draw the official alternate Olympic flag, which has a background and a circle where the usual Olympic-flag has
Write a C++/FLTK program named hw4pr1.cpp to draw the official alternate Olympic flag, which has a background and a circle where the usual Olympic-flag has a white background and a black circle. Look up the colors of the other circles. Make the circles have a thickness of 5 pixels. Dont worry about making the circles overlap trivia: These 6 colors were reportedly chosen because every nations flag can be drawn with these 6 colors. Write a program named hw4pr2.cpp to draw a correct Texas flag using rectangles, lines and/or polygons (not images). To draw a white 5-pointed star, first do a little trig to calculate the vertices and then map those points to window coordinates
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
