SyntaxFix
Write A Post
Hire A Developer
Questions
It for example happens in this case here:
void initializeJSP(unknownType Experiment);
Try using std::string instead of just string (and include the <string> header). C++ Standard library classes are within the namespace std::.
std::string
string
<string>
std::