c++ - How to move a class into its own file? -


in eclpise neon (4.6.0) in c++ project have header , associated source file contains 2 classes. move 1 of classes in own header/source. however, when select new -> class , type name of class, there error: "class exists" , wont let me create new header , source file.

of course there easy workarounds problem. create new class different name, copy , rename again. however, hoping more convenient.

what canonical way of moving class different file?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -