Answer the question
In order to leave comments, you need to log in
The "class{}Name;" construct instead of "class Name{};"?
I have always created classes and structures like this:
class ClassName
{
//...
};
class
{
//...
}ClassName;
Answer the question
In order to leave comments, you need to log in
class ClassName {
//...
};
class {
//...
} ClassName;
class {
//...
} Obj1, Obj2, Obj3, ...;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question