I just started learning c++, and the first code in the tutorial is the "Hello
World!" app.
So for starters, I just copy pasted it into Dev-C++, compiled, ran, and the
result... a console window opening and closing a second later.
Here is the code from the tutorial:
// my first program in C++#include<iostream>usingnamespacestd;intmain(){cout<<"Hello World!";return0;}
Please help me so I can learn C++ :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just started learning c++, and the first code in the tutorial is the "Hello
World!" app.
So for starters, I just copy pasted it into Dev-C++, compiled, ran, and the
result... a console window opening and closing a second later.
Here is the code from the tutorial:
Please help me so I can learn C++ :(
Please take a moment and read the thread titled "Please Read Before Posting a
Question"