I am a freshman in college taking an Electrical and Computer Engineering course using C code. We are working on the final project (coding a game of Old Maid) right now and I am trying to get these characters printed in the console:
██████╗ ██╗ ██████╗ ███╗ ███╗ █████╗ ██╗██████╗ ██╗
██╔═══██╗██║ ██╔══██╗ ████╗ ████║██╔══██╗██║██╔══██╗██║
██║ ██║██║ ██║ ██║ ██╔████╔██║███████║██║██║ ██║██║
██║ ██║██║ ██║ ██║ ██║╚██╔╝██║██╔══██║██║██║ ██║╚═╝
╚██████╔╝███████╗██████╔╝ ██║ ╚═╝ ██║██║ ██║██║██████╔╝██╗
╚═════╝ ╚══════╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═════╝ ╚═╝
But what comes out is:
??????? ??? ??????? ???? ???? ?????? ?????????? ???
???????????? ???????? ????? ???????????????????????????
??? ?????? ??? ??? ????????????????????????? ??????
??? ?????? ??? ??? ????????????????????????? ??????
????????????????????????? ??? ??? ?????? ?????????????????
??????? ??????????????? ??? ?????? ????????????? ???
I even tried saving the .c file differently as well as reading the characters in from a text file as an array and printing that, but the same problems occurs. Are these characters just impossible to use? I am working on Visual Studios 2015. Any help would be appreciated, I'm still kinda new to this stuff.