I'm fairly new to C++ and have written a fairly basic program. I am struggling to get ASCII symbols to appear when i run my program.
For example instead of writing degrees, i would like to use the degrees symbol. I'm using visual studio 2010 express. The line of code in question is:
printf("\n\nThe lowest oven temperature is %d degrees",lowesttemp);
How would i replace the word degrees with the symbol? I know the ASCII code is 0248.