Hi, everyone! If I want a class with a vector data member, can I specify it as follows?
I'm having some problems when compiling my code. Thanks in advance!
Code:
std::vector< bool > integers( 101 )
Comment