mercredi 25 février 2015

auto implement header functions visual studio 2013? [on hold]


I have recently acquired VS 2013 professional, and I can't seem to find away to auto implement header functions. every time I defined a new class, I have had to manually implement all functions, which have led me several times to long sessions of debugging when all that was wrong is me not implementing the wright function prototype, I have seen a friend use eclipse to do this very same thing, so there has to be a way to do it in VS, right?


Basically I want to know how to make this function in my .h file:



void f(int i, doube* dp);


automatically look like this in my .cpp file



void f(int i, doube* dp){
}


for all functions.




Aucun commentaire:

Enregistrer un commentaire