- 1
Future Coders
hopefully we will take over....we will no longer speak a direct language but rather use coding as our daily languages....If you cant run you wont get what we mean....lol
2 Answers
+ 2
#include <iostream>
#include <fstream>
#include <string>
#include âbrain.hâ
using namespace std;
brain me;
void conversation() {
bool good = true;
string res;
while (good) {
cin >> res;
good = me.respond(&res);
cout << res;
}
}
int main() {
ofstream fout(memory.txt, ios_base::app);
ifstream fin(post.txt, ios_base::app);
string line;
while (getline(fin, line)) {
fout << line;
}
fin.close();
fout.close();
cout << âI hope so too, Iâve memorized this post.â << endl;
conversation();
}
0
hope so