Hi,
I have a program in C/C++ code, and I wonder what approaches/programs/methodologies can be used to:
- change automatically or following some rules a) all variable and function names of the program b) redesign it completely: change indentation, order of how functions appear on the code, etc
So at the end, the program compiles again and gives exactly the same results.
Thankss