I have found a piece of code, where there is a comma right befores the name of the class members, and no semicolons at the end. What does this comma mean? Where can I find reference about it? Thanx in advance!
This is just a spacing issue. You have to keep in mind that for the most part, and with the exception of preprocessor commands, C++ doesn't care about whitespaces. So the above code is the same as: