Using Switch for QChar valuse
-
switch(ch.unicode()) { case 'c' : ... ... } -
switch(ch.unicode()) { case 'c' : ... ... }@Chris-Kawa
Thank you very much. I appreciate it.
How long have you been programming please?
switch(ch.unicode())
{
case 'c' : ...
...
}
switch(ch.unicode())
{
case 'c' : ...
...
}
@Chris-Kawa
Thank you very much. I appreciate it.
How long have you been programming please?