How can I print this symbol "↑" using AfxMessageBox()?
"↑"
AfxMessageBox()
I try to code it like this:
AfxMessageBox("↑");