Sorry I don't understand the "word count before comma" examples, you have ==2 for all of them?

i'm not a C++ guru, could you share some example?

Pick any C++ function declaration (not a definition) and you can take out the parameter names and be perfectly valid. Using CellBuffer.h as an example InsertText(int, int) would be perfectly valid C++. But of course you couldn't leave out line from LineStart(int line) because its used in the definition. But in definitions you can leave them out if they are unused, that avoids annoying "Parameter x unused" messages.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.