Maki-333
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created C++ Align both multiline string and binary operator
Hi, I'm trying to align strings in C++, like in code section below. auto string = "first line" "second line" "left" + QString::number(10) + "right" "last line...