Click here to Skip to main content
15,911,142 members

Comments by rtester40 (Top 1 by date)

rtester40 16-Feb-21 15:05pm View    
a.)yes
b.)Recursion part is I do not want to hard code 33 \u2550 in the code I want to use a for loop as in the working example for normal character.
c.)yes
d.)I read that and several others. but all examples I find does not do it with variables. I kind of know where my problem lies but I do not know how to properly call the L switch with a variable. wcout << L variable_name.c_str(); does not work. wcout << L"\u2550"; does.