Code::Blocks Forums
User forums => Help => Topic started by: Phenom on June 18, 2010, 09:35:23 am
-
Can CodeBlocks generate the stubs of a class methods in an implementation file?
-
If you have the declarations in a header-file, just create the cpp-file, include the header, right-click into the editor and chose "Insert -> All class methods without implementation".
-
Thanks.
This is a very useful feature. :)