T O P I C R E V I E W |
tiancovici |
Posted - Oct 08 2019 : 08:12:15 AM When creating a set of characters in C++ We can avoid escaping sequence characters by using string literal.
R"()"
It would be more ideal if the color of the string itself would be different than the constructor of it

|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Oct 18 2019 : 09:35:57 AM This colouring is actually coming from the IDE its self, and doesn't have anything to do with VA.
Thinking about this, I can see why this should be like this, but also why you should not colour the constructor. The constructor is actually part of the string, it is what allows you do have the string this way, so you need to take it with you when you copy or cut the string, so from this point of view keeping it the same colour makes a degree of sense. |
|
|