I want to change the default code created by the add-> visual studio ... class for C and C ++.
Currently it looks like
#pragma once class GlWindow { public: GlWindow(void); ~GlWindow(void); };
While I would like to use the correct guards included, the constructor / destructor constructor and have curly braces next to the class name.
It annoyed me since I adapted my own coding style. I still use my own script for it, but if it adds my class files to the project and the visual studio is open, it will be a huge time saver.
Thanks a lot of friends. Hope this is possible.
source share