QString question
-
wrote on 3 Feb 2017, 18:58 last edited by
Hello i have one easy question but i didnt get to solve it. When i am using qstring and i am using "" normally you use this to create your string But if i want to include these "" in my string how would be? For example
QString myExample = " "%$·" "
I cant add these symbols inside of my string? The others i can but these "" i can't. Sorry for all and thx!
-
wrote on 3 Feb 2017, 19:05 last edited by
Hi! You can insert special characters using so called escape sequences.
1/2