How to replace a variable everywhere in a big project ?
-
Hi, I'm using Visual C++ 6 and I have a big project (around 1000 c, cpp, h). How can I modify a variable everywhere in the project ? The "replace" function does work only for a file !! And it would take me ages to do it everywhere without forgetting any !! Thanks !!!!!
-
Hi, I'm using Visual C++ 6 and I have a big project (around 1000 c, cpp, h). How can I modify a variable everywhere in the project ? The "replace" function does work only for a file !! And it would take me ages to do it everywhere without forgetting any !! Thanks !!!!!
VStudio.Net (i.e ver 7.0) comes with this feature. It's called replace in files. And can be found on the edit menu. What would life be without programmers and salesmen?
-
VStudio.Net (i.e ver 7.0) comes with this feature. It's called replace in files. And can be found on the edit menu. What would life be without programmers and salesmen?
-
Hi, I'm using Visual C++ 6 and I have a big project (around 1000 c, cpp, h). How can I modify a variable everywhere in the project ? The "replace" function does work only for a file !! And it would take me ages to do it everywhere without forgetting any !! Thanks !!!!!
-
Hi, I'm using Visual C++ 6 and I have a big project (around 1000 c, cpp, h). How can I modify a variable everywhere in the project ? The "replace" function does work only for a file !! And it would take me ages to do it everywhere without forgetting any !! Thanks !!!!!
Pierre_1 wrote: And it would take me ages to do it everywhere without forgetting any !! If it's one variable that's used globally, just change the declaration of it and the compiler will tell you of the references. Yes this still takes time, but you wouldn't forget any. Otherwise, what you want is not possible with the v6 IDE.
A rich person is not the one who has the most, but the one that needs the least.
-
Hi, I'm using Visual C++ 6 and I have a big project (around 1000 c, cpp, h). How can I modify a variable everywhere in the project ? The "replace" function does work only for a file !! And it would take me ages to do it everywhere without forgetting any !! Thanks !!!!!
I am totally against changing the name of a variable in 1000 c,c++ files, totally ineffcient thing to do. May be you are converting the source codes for some coding standards. but the job is inefficient. I Touched Osama Bin Ladens Bushy Beard