Scripts tagged with "monkey"
-
create cpp skeleton from header source
this script create from .h file
Tags: c++ eclipse monkey cdt | 2008-05-09
class test {
public:
void method1(); //press here F2
}
this at .cpp file
void test::method1(){
//todo
return;
}