I am new to C ++ and Visual Studio, coming from Java and Eclipse;
Say I'm writing a new method for a class. Is there a shortcut or a quick way to automatically add a prototype method to the class definition in the header?
Similarly, if I add a new prototype of the method to the header, is there a shortcut to create a method stub in the implementation?
source share