Is there any way to understand Visual Studio 2012 hints while writing C++ code? -
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
Post a Comment