I am programming in C + + with Dev C++ and need to be set to auto complete code, but despite being activated does not work. I write a class to a point and I do not see the methods.
What should I do to run the auto? Do I miss some package include?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It has never worked well, and has always been slow; especially if you code includes larger headers such as <windows.h>.
If you want such a thing, VC++ 2008 Express may be a better choice. To be honest it may be a better choice for lots of other reasons, but in that auto-complete does work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am programming in C + + with Dev C++ and need to be set to auto complete code, but despite being activated does not work. I write a class to a point and I do not see the methods.
What should I do to run the auto? Do I miss some package include?
Thanks in advance
Auto-complete has always been dodgy....
It has never worked well, and has always been slow; especially if you code includes larger headers such as <windows.h>.
If you want such a thing, VC++ 2008 Express may be a better choice. To be honest it may be a better choice for lots of other reasons, but in that auto-complete does work.