0
so what are some diffrent headers cause it seems when i use the one from the example but i change the hello world it didnt work.
help me
3 ответов
+ 8
please explain more and include the code too.
+ 2
what exactly did you change
0
#include <iostream>
using namespace std;
int main()
{
cout << "Im Edward";
return 0;
}
and this doesn't seem to just say I'm Edward it's the example of starting c++ and I thought just changing the hello world would have the same output