views:

483

answers:

4

Where can I get a code snippets for VC++ that can be used with the code snippet manager in Visual Studio 2008?

I have SnippetEditor installed how to create snippet for VC++.

A: 

The video you are referring to is about http://gotcodesnippets.net/. The site only contains snippets for managed code though.

Adrian Grigore
yes,but that one is for Neil to understand
yesraaj
+3  A: 

I highly recommend Visual Assist X, as it's having built-in snippet manager plus tons of other features as well.

Whole Tomato

nhaa123
Yup. I can't live without it, especially when doing C++.
Marcus Lindblom
+2  A: 

This is not possible in VS2008 without using 3rd party software. However it is possible in VS2005 with the "Power Pack installer". See this thread for details.

So your options are to either revert to VS2005, or use a 3rd party snippet tool such as the already suggested Visual Assist X. I would go with the latter.

demoncodemonkey