GROUP STUDIES, This blog is a good source of information about the engineering subject knowledge, this will make your lockdown joyful.

Breaking

Wednesday, 3 June 2020

Coding



How to write your first C++ program?


  • All you need a compiler first.
  • On the next step write a program.
     i.e
          #include<iostream>
            using namespace std;
            int main()
            {
             cout<<"Hi coders groudies this side";
             return0;
             }


first code,c++,groudies,hello world

  • On the next step first, save the program and then compile the program.
  • Run the program.
  • Check the output.

No comments:

Post a Comment