Skip to content

Monthly Archives: August 2013

M-x insert-c++-scope

If you write C++ code like I do, when you add a new method to a class, you: type the function signature into the declaration in the header file; copy and paste it into the source file; either type in the name of the class by hand or hunt around looking for another instance of […]