views:

329

answers:

4

hi there

1) I'm new into C/C++ development using Visual Studio 2008 and after some searches here i didn't find any posts related to C/C++ Visual Studio plugins besides Visual Assist X?(there are a lot of posts related to C# and asp VS environments).

2) The right approach about learning how to use those tools is to learn/try them one by one?

3) Are there some built in VS features for Todo List, bugs lists, svn, documentation or are other tools recommended by the VS users community. Which are those plugins?

MANY THX

+1  A: 

For a Todo list you can use the built in task list. View -> Other Windows -> Task list as Terry said I use Anksvn. It's not a plug-in but you can use doxygen for documentation.

Bruce
+1  A: 

I use Visual Lint to run PC-Lint for C/C++ projects.

Simeon Pilgrim
A: 

For Mercurial:

VisualHG (VS2005, VS2008, VS2010)

and now there also seems to be a toolbar plugin for TortoiseHG.

catchmeifyoutry