C# to C++ productivity #1

By dancingbunnies

Case 1: “What is in a string?”

You hit a break point in your code. You want to know what is in a string. You hover over the variable name in the IDE. What do you want to see?

“This is the string you wanted to see”

vs.

“std::stlp_string <std::w_char, std::char_traits>”

I have seen both today. Guess whence productivity?

Leave a Reply