Creating .cpp files from .h files visual studio

后端 未结 5 929
-上瘾入骨i
-上瘾入骨i 2020-12-03 10:34

I am using Visual Studio 2008, and I was wondering if it was possible to create the .cpp files given the header files.

So if I have a .h files with a class and fun

5条回答
  •  暖寄归人
    2020-12-03 10:51

    You can say Project -> Add Class but that only does the basics. I don't think you can do (yet) what you are suggesting but it would be really awesome and there is no reason (that I can think of) why you cannot.

提交回复
热议问题