[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:

Thank you very much Alex!
Yesterday, before opening this thread, I tried the same but it didn't work
(nothing happen). Today after your post I tried again and magically worked... perhaps I did something wrong.
BTW, thanks again!

Last question: is there a way to do the opposite? I mean, I do write my
method in cpp file and I want to have the decalration in .h. I tried with source > add include but nothing happens...
AFAIK, the opposite way is not possible. "add include" will add an include directive (#include) for the type or function.


 Axel