For only biegeners PLease
I hope this post was good when
when any help for biegeners

Here is a simple program for you.

#include <iostream>

using std::cin;
using std::cout;

int main()
{
    cout << "Hello World!";
    cin.get();
    return 0;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.