JackMorris
Technical User
How can I search for a particular word that might be in any files that is included in a project?
for e.g. if i have a project called 'Test' in Visual C++ and there are 100 files as part of 'Test' project. If there is defined the value of NUMBER as
#define NUMBER 222
in any one of 100 files.
is there any method to search for the key word NUMBER such that it will tell me in which file does the NUMBER resides in the project.
Shall be very thankful for the kind reply.
Deepesh
for e.g. if i have a project called 'Test' in Visual C++ and there are 100 files as part of 'Test' project. If there is defined the value of NUMBER as
#define NUMBER 222
in any one of 100 files.
is there any method to search for the key word NUMBER such that it will tell me in which file does the NUMBER resides in the project.
Shall be very thankful for the kind reply.
Deepesh