C++ 11 Auto: How to use and avoid abuse - A CODER'S JOURNEY: "Fast forward 16 months and I now realize that my frustration with C++ 11 Auto keyword stemmed from the way it was used, and not the nature of the keyword itself. In fact, I’ve grown to be an advocate of using “auto” over the last year. Before I get into the reasons for being an “auto” convert , here’s a quick recap of what the “auto” keyword is.
Auto keyword simply tells the compiler to deduce the type of a declared variable from its initialization expression."
'via Blog this'
No comments:
Post a Comment