Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Implement methods - Template
Implement methods - Template [message #932853] Thu, 04 October 2012 09:51
Eclipse UserFriend
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: Sun Jul 13 07:49:34 EDT 2025

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

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

Back to the top