News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Method stub generation

Started by Phenom, June 18, 2010, 09:35:23 AM

Previous topic - Next topic

Phenom

Can CodeBlocks generate the stubs of a class methods in an implementation file?

Jenna

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".

Phenom

Thanks.

This is a very useful feature. :)