Well, I forgot the attachments in the previous mail. Here they are. -- Love, Marga
#include <string>
#include <iostream>
using namespace std;
int main (int argc, char *argv) {
string hi;
hi = "Hi";
return 0;
}
#include <string>
using namespace std;
int main (int argc, char *argv) {
string hi;
hi = "Hi";
return 0;
}