I need some help understanding what I am supposed to do for this homework.
" In this paper you will present a C ++ application made by you. Using the binary display procedure affis_bin make a program that uses repetitive instructions to display various images You will use a vector with 8 int-type elements that you will initialize with int values between 0 and 255. Using the binary display affis_bin procedure, display the content of the vector and thus obtain various images depending on the values with which you initialized the vector. In trying to put such values to get the most interesting images. " *affis_bin shows the binary value of a number (with colorful squares instead of 1 and 0, 1 being light square, 0 being dark square) *Is a vector the same as a array? With [ ] ? *by repetitive instructions does it mean loops? *in c++ the random numbers will always be the same, so am I supposed to use a seed? I don't have any code to show, I don't need anyone to do my homework, I just need some guidance, that is all. (An example of how the output should look like would be great)