I have the following line of code to help me draw the screen
these characters are from here. But now i get warningsCode:char topLeft = 201;
char horizontalLines = 205;
char topRight = 187;
char verticalLines = 186;
char bottomLeft = 200;
char bottomRight = 188;
Is there a way i can avoid this warning?Code:warning C4309: 'initializing' : truncation of constant value
