how characters defined in the computer? I mean, every sign shown visually, so how is it drawn? and I don't mean ASCII. For example how the letter A is actually drawn? or a circle. From what I found it is related to pixels that turned on and off.
If I want to draw a circle in C++, how do I do this if I want a real circle without spaces and not with *. Without using a function from graphic library.
TNX