| [news.eclipse.tools.cdt] Re: How to speed up coding in c++ |
Luca Viggiani wrote:
Hi there,
I'm completely new to c++ development with eclipse and i have a stupid
question...
I'm using eclipse galileo and cdt 6.x.
Normally when you code in c++ you have to first dclare a method or avariable in .h file and then implement it in the relevant .cpp file... and this I hate. So I'm wondering if there is a fast way/automatic to implement it in .cpp file and "magically" add its declaration in .h file...
Or is there any other visual tool to add a method and get both entries incpp and h files?
Thanks in advance and sorry for stupid question! :)
Note: I'm using chrome browser and the forum search feature is not working,so please be patient if that topic is already covered somewhere else...
Axel