Im learning C++ from the book tom suggested called Learning C++ today. I have a problem with one of the examples that is in the book.
I trying to make a square box that is so many feet wide and so many feet long. In the code, they have the ascii code symbols for making the box.
How would I write those symbols?
Would I have to convert a number or character on the scren to ascii code?
I thought there was some kind of special function that you type on your computer that would let you display these ascii characters.
For example: Ctrl, Alt, Shift, etc.
Is this true?