I am a begginner at programming in c++ and I would like to know if there is a way you can change the output of boolean variables to low level graphics in the terminal (linux). To Display for example a small circle for true and a small square for false.
I am needing to display an array of booleans in terms of small symbols such as the example above as the output for a project, any suggestions on the best way to impliment this function if what I have asked is not possible?