Tagged Questions

1
vote
1answer
67 views

Making output in VC++ point to lines of source code

At work we have a prebuild step that reads over our source code and automatically generates data based on some annotations in the code. If the prebuild tags are poorly formatted or it finds something ...