Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Method stub generation
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Method stub generation (Read 3708 times)
Phenom
Multiple posting newcomer
Posts: 57
Method stub generation
«
on:
June 18, 2010, 09:35:23 am »
Can CodeBlocks generate the stubs of a class methods in an implementation file?
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Method stub generation
«
Reply #1 on:
June 18, 2010, 09:45:33 am »
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".
Logged
Phenom
Multiple posting newcomer
Posts: 57
Re: Method stub generation
«
Reply #2 on:
June 18, 2010, 04:28:42 pm »
Thanks.
This is a very useful feature.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Method stub generation