SyntaxFix
Write A Post
Hire A Developer
Questions
I don't hear about "apstring".If you want to use string with c++ ,you can do like this:
#include<string> using namespace std; int main() { string str; cin>>str; cout<<str; ... return 0; }
I hope this can avail