[vdr] Renaming of all *.c files in *.cpp or equivalent

2012-01-02 Thread Denis Loh
Hi, I have a big wish for future development: Please rename all c++ files with *.c extensions into *.cpp or equivalent. Many IDEs may cope with *.c and treat them as c++ files. However, if not, you must force the IDE to do that, which is sometimes hard work to do. I think it is lesser work

Re: [vdr] Renaming of all *.c files in *.cpp or equivalent

2012-01-02 Thread Klaus Schmidinger
On 02.01.2012 17:44, Denis Loh wrote: Hi, I have a big wish for future development: Please rename all c++ files with *.c extensions into *.cpp or equivalent. Many IDEs may cope with *.c and treat them as c++ files. However, if not, you must force the IDE to do that, which is sometimes hard

Re: [vdr] Renaming of all *.c files in *.cpp or equivalent

2012-01-02 Thread Denis Loh
Well, it was just a thought, because there are many many naming conventions which suggests to use another extension than *.c like *.cc or *.cpp respectively. Mainly, it is only for better readability and to distinguish what type of code resided in the file. IDEs rely on this convention to