[Interest] QtCreator c++11 integration

Adrian Stern adrian.stern at screenfood.com
Mon Jun 10 14:39:29 CEST 2013


Hi

Is there an overview or a roadmap showing features included in QtCreator and also features still in development?

All my C++11 code compiles and runs without an issue. The only drawback there is, is the lack parser support for certain things.

For example:

Using vp = vector<int>*;
...
vp->push_back(7);   // no ide dereferencing. Code completion wont show me the push_back option since it does not know the type.

Same problem with with "auto"-typed variables. For example when auto-typing a function:
Auto class::dostuff() -> vector<int>*;


I'm using Archlinux with Qt Creator 2.7.1.

Freundliche Grüsse / Best Regards / Meilleures salutations
Adrian Stern
Diese E-Mail und ihre Anhänge enthalten vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail inklusive Anhänge. Das unerlaubte Kopieren sowie die unbefugte Weitergabe der Inhalte dieser Mail ist nicht gestattet.
This e-mail and any attachments may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail including the attachments. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the Interest mailing list