Is there any way to understand Visual Studio 2012 hints while writing C++ code? -


visual studio editor

is there way understand meaning of _ux, _dx, _dt here? mnemonics tells me nothing parameters.

these "mnemonics" call nothing hint generated visual studio's intellisense meant help while writing code (syntax) rather meaning (semantics).

if need more information understand api , proper usage, should rather consult documentation. in case might the reference std::shared_ptr's constructor


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -