This is pretty much my question: can VS 2010 check and update header files in C ++ code automatically? And can VS 2010 automatically generate a cpp file from the header file, saving time for copying function definitions from the header file? I mean, can he understand that there is no implementation for any method and generate an empty stub from the declaration found in the header file?
Thanks!
CFP
source share