I want to how to use a character that isn't on the keyboard in the out put of my program. I've gone into eudcedit.exe to create characters that I want to use in my program and saced them under the font that I use for output, but what I want to know is how do I access these characters for output.
ex.
instead of having to output
cout << " /| \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << " || \n";
cout << "---- \n";
cout << " || \n";
cout << " || \n";
cout << " --\n\n";
for a sword, I would like to output a single character that I've made, to symbolize a sword.
If I didn't explain this well enough please just ask. ^_^ Thanks for any help! ^_^