[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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 a
variable 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 in
cpp 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...
You can declare the method in the header and then choose "Source->Implement Method.." from the context menu.


 Axel