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. :)