can anyone tell me why this wont work,
#include<iostream>
#include<string>
using namespace std;
string testarray[3] = {"please","help","me"};
id appreciate any help given thanks
Printable View
can anyone tell me why this wont work,
#include<iostream>
#include<string>
using namespace std;
string testarray[3] = {"please","help","me"};
id appreciate any help given thanks
I took your code and compiled with no errors and no warnings (VC++ 6.0). What do you mean by "this won't work"?Quote:
Originally posted by Keith10100
can anyone tell me why this wont work,
#include<iostream>
#include<string>
using namespace std;
string testarray[3] = {"please","help","me"};
id appreciate any help given thanks
Regards,
Paul McKenzie