C++ help

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
beyondsociety

C++ help

Post by beyondsociety »

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?
Tom

Re:C++ help

Post by Tom »

[attachment deleted by admin]
Tom

Re:C++ help

Post by Tom »

also, it's not called feet ;) it's called characters long
Post Reply