How do i go about using the TODO, HACK, etc... comments in my code so that they will become tasks on the task list in Visual Studio?
p.s. I am using Visual C++ 2005
Printable View
How do i go about using the TODO, HACK, etc... comments in my code so that they will become tasks on the task list in Visual Studio?
p.s. I am using Visual C++ 2005
Add them as a comment....
// TODO: Blah...
-tg