Program to rename C/C++ symbols (variables/functions)
From: OvErboRed (publicNO_at_SPAMoverbored.net)
Date: 04/30/04
- Next message: gswork: "Re: Why is C good??? any experts?"
- Previous message: Martin Ambuhl: "Re: interesting problem in turbo C++, involving fopen"
- Next in thread: Rob Williscroft: "Re: Program to rename C/C++ symbols (variables/functions)"
- Reply: Rob Williscroft: "Re: Program to rename C/C++ symbols (variables/functions)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 07:54:46 +0000 (UTC)
Is there a program that can help me safely rename a variable, function,
constant, macro, etc. in either C or C++? Simple search-and-replace doesn't
work, because you need something that understands the semantics, scoping
rules, and so forth. I guess I'm looking for something like cscope, but
with replacement functionality. (Even better: is there such a tool that is
vim-friendly?) Thanks in advance for any pointers.
- Next message: gswork: "Re: Why is C good??? any experts?"
- Previous message: Martin Ambuhl: "Re: interesting problem in turbo C++, involving fopen"
- Next in thread: Rob Williscroft: "Re: Program to rename C/C++ symbols (variables/functions)"
- Reply: Rob Williscroft: "Re: Program to rename C/C++ symbols (variables/functions)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|