Are functions allowed inside structs in C++?

 


Yes. The only difference between class and struct is that in a struct, members have public visibility by default while in a class they're private.

Plus récents Le plus ancien