Hello World!!

Let’s make a Hello World Program in C++.

Open a Text Editor.(Sublime Text)

AND JUST FOLLOW THE STEPS:-

OPEN SUBLIME-

Code:-
#include<iostream>
using namespace std;
int main(){
cout<<“Hello World!!!”;
return 0;
}

COMPLING IN SUBLIME:-
Goto tools>build with>C++ single file run


Yup!!
You are Done

3 Comments

  1. I am not positive where you are getting your info, but good topic. I must spend some time learning much more or figuring out more. Thank you for wonderful info I was on the lookout for this info for my mission.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s