The error message means that "string", whatever type that is, has not been declared before use. Usually this is a missing #include or scope issue.
The error message means that "string", whatever type that is, has not been declared before use. Usually this is a missing #include or scope issue.
Bookmarks