guerinp38
guerinp38
Hello, Thank for your fast response. I didn't include any include file or further explanations, so here they are FILE_IO is a class that is defined in another class PIFC...
Hello Masatake, Cppreference.com (https://en.cppreference.com/w/cpp/language/final) exhibits ``` declarator virt-specifier-seq (optional) function-body ``` As I explained before, my exemple works with OVERRIDE and ctags shows the override property. So why final is...
Hello again, I think I have a clue I rewrite example.cpp like this ``` class foo { }; class example : public foo { }; bool example::foo1() final { return...
Hello again, That's OK for me. Have a nice day Kind regards, Patrice.
Wahou, very impressive ! What language is this ? it's a sort of mix between FORTH and postscript... Is there documentation anywhere ? I've seen extending ctags with regex parser...
Thank you for these informations, I will take a look. Kind regards, Patrice