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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

22nd Jul 2017, 1:42 PM
Edward Phillips Jr
Edward Phillips Jr - avatar
3 Answers
+ 8
please explain more and include the code too.
22nd Jul 2017, 2:12 PM
Farshad
Farshad - avatar
+ 2
what exactly did you change
22nd Jul 2017, 3:47 PM
‎ ‏‏‎Anonymous Guy
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
22nd Jul 2017, 3:18 PM
Edward Phillips Jr
Edward Phillips Jr - avatar