0
why do we use the word "class" in defining a function template? is it related to classes really or is just a sample word?
2 ответов
0
class tester {
public:
string a = "A letter.";
}
This works.
objecty tester {
public:
string a = "A letter."
}
This doesnt.
So yeah.
0
it is related to classes