[C++] Error record: cannot specify the return type C/C++ on the constructor (963)

Compile this test code and report an error, carefully check the constructor, and indeed did not write the return value...

Later, it was discovered that the class definition was not quoted! ! !
insert image description here

Guess you like

Origin blog.csdn.net/lan_yangbi/article/details/126245138