- Feb 17, 2002
- 4,723
- 80
- 91
While working in MSVC#, you get a really nice feature for commenting your code: the triple forward slash. As soon as you type it, it populates a comment block with a template. Sweet.
Is there any way to get this same feature while working in C++? Not C++/CLI, but actual C++?
I'm using Visual Studio 2012 RC. I'd imagine that if it can be done in 2008 or 2010, it can similarly be done in 2012.
Thanks
Is there any way to get this same feature while working in C++? Not C++/CLI, but actual C++?
I'm using Visual Studio 2012 RC. I'd imagine that if it can be done in 2008 or 2010, it can similarly be done in 2012.
Thanks