I am currently porting to C++ a software writen in C.
So all my file called foo.c bar.c are renamed foo.cpp bar.cpp and so on.
To patch older maintained versions of this software, I would like to automatically compare foo.c to foo.cpp, bar.c to bar.cpp and so on.
Right now I have to select files manually.
Is threre a way to do this ?
So all my file called foo.c bar.c are renamed foo.cpp bar.cpp and so on.
To patch older maintained versions of this software, I would like to automatically compare foo.c to foo.cpp, bar.c to bar.cpp and so on.
Right now I have to select files manually.
Is threre a way to do this ?
Comment