Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Implement methods - Template
Implement methods - Template [message #932853] Thu, 04 October 2012 13:51
Manuel Steiner is currently offline Manuel SteinerFriend
Messages: 1
Registered: October 2012
Junior Member
Hi,

i use very often "Source --> Implement methods" from the context menu. When i declare some methods in the header file, e.g.:
void addElement(MyObject *obj);
...


Eclipse generates in the source file:
void MyClass::addElement(MyObject* obj) { ...}


The problem is, the *-operator in the source file is directly after MyObject and not before obj, as in the head file declared.

Where can i find the template to change this behaviour?

Regards and thx,
Manuel
Previous Topic:runs with pathing error
Next Topic:Is there a way to disable the red squigglies?
Goto Forum:
  


Current Time: Fri Apr 19 22:15:38 GMT 2024

Powered by FUDForum. Page generated in 0.02649 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top