Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Jun 20 2006 : 5:41:35 PM
|
(vs2005, c++) Create a new C++ class using the class wizard. Open the .h file hover over the class name, click on refactor, add member. Add "void test()", click ok. VAX will insert the function at the end of the file, outside the class declaration, without class specification. Well, actually it seems to add the new member ALWAYS at the end of the file, instead of inside the selected class. |
|