how to declare a reference to a pointer The error you encountered is due to [code]using namespace std;[/code] coming after the 'display' fun...
i/o vector of strings to text fileHi I'm not sure how exactly std::vector stores its data, but that method of writing its contents lo...
i need help with this error in the codeThe problem is the ; after main in line 9. Put a { there and should compile just fine. ; is used to ...
c++: <cstring> vs. <string><cstring> defines functions which work on char array strings, like strcmp, strstr, strchr and such. ...
Whitespace causes another iteration of loop?If you want to limit to 1000 characters (in fact, bytes, considering unicode) you can get an arbitra...
This user does not accept Private Messages