Hi, im working on a small console app that among other things calculates the mean value of all rows and columns of a matrix. I want to incorporate the mean symbol (x with an over score) into the out put but the symbol isn't included in the ASCII chart, any ideas?

Recommended Answers

All 6 Replies

What OS?????????????

sorry im using windows xp and code::block IDE

Check out SetConsoleOutputCP. I have no idea what the various code pages are, but one may have the symbol you want. Some are listed here.

None of the code pages has it and im fairly certain Unicode doesn't have it either. any more ideas?

All I an think of is to convert your program to a gui program and display the text yourself.

blast! thanks for the help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.