How to add a specific method to a particular scope in Visual Studion 2005
- by pragadheesh
Hi,
In my visual studio project (C++), when i copy a method(meth1) of a particular scope say 'scope1' and paste it in the same code area, it is getting pasted in General Scope.
i.e I want to add a method into a particular scope but when i try it is getting added in general scope. How can i solve this?
For eg:
There is an existing method:
void…