It'd be great if we had a "New Class..." context menu that would
create both .cpp and .h files for a class
include .h in the generated .cpp
declare a simple, empty class in the .h with a default constructor, destructor
implement an emtpy constructor, destructor in the .cpp
generate the necessary #ifdef... #define...#endif constructs for the .h file
It'd be great if we had a "New Class..." context menu that would
* create both .cpp and .h files for a class
* include .h in the generated .cpp
* declare a simple, empty class in the .h with a default constructor, destructor
* implement an emtpy constructor, destructor in the .cpp
* generate the necessary #ifdef... #define...#endif constructs for the .h file
Sounds like it could be a good idea; another way to speed things up and help people follow coding conventions at the same time!
I'll add it to our backlog...
Simon
Hi Sheldon,
Sounds like it could be a good idea; another way to speed things up and help people follow coding conventions at the same time!
I'll add it to our backlog...
Simon
I also 'd like to have this... I still have to check the right syntax by comparing to already existing files. Would be a nice help for all users who suffer on the first stage of Alzheimer, like I am... :-)
Hello there,
I also 'd like to have this... I still have to check the right syntax by comparing to already existing files. Would be a nice help for all users who suffer on the first stage of Alzheimer, like I am... :-)
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
It'd be great if we had a "New Class..." context menu that would