Skip to main content

Basic C++ Program to Print Hello World !


Basic C++  Program to Print Hello World !

download C++ source code file


here the text written after " // " or in between " /* " and " */ " is simply comment lines. compiler does not compile these lines, or we can say that these lines are not the part of program. we uses comments for making the program easy to read.

one line comment is written after " // "  and if we need comment of the lines more than one then we put the lines between" /* " and " */ "

" # " called the processor
" iostream"  is called  Input / Output stream
" using namespace std; "tells the compiler to use the std namespace
" int main() "  stands for ' main body of the program '
" return 0; " means ' the end of the program'
" cout<<" is the syntax for the output in C++, we used here HELLO WORLD in commas so it prints the text as it is written. we can write any text including characters, numbers it will print. If we do not use the commas it will give the value of the variable written just after " << "( here we didn't declare any variable, see it in the next programs , addition  or division )

the output in the above file is taken on the Ubuntu operating System. Before running the program, make sure that the compiler is  installed in your computer.
e.g.  for windows many  compilers are available , code block,
In Ubuntu  you can use g++ or code block.

for Installing g++ in Ubuntu just open the terminal using command line ctrl+T
and type sudo apt-get install g++ and hit Enter

Comments

Popular posts from this blog

Online Captcha work without investment daily payment fraud website

There are many ways of Earning online as this is the time of the Internet. We can earn a lot of money by working online but it is not so easy too, but that doesn't mean impossible. people are earning huge money from Online. but there are a lot of the websites making people fool and looting money from them. so if you are looking for the genuine methods of earning online you are at right place. what I'm going to describe in this article: Is it Really Possible to Earn a Good Income Online? Genuine Ways to earn online. Be aware of the Fraud; Online Typing Jobs-Scam-Fraud website Is it Really Possible to earn a Good Income Online? in one word my answer is "Yes" there are a lot of people who work online, earning a good income. They work from their workplace. They are their own boss of their work. But like a Job, they give full time or part-time to work on a daily basis. It is not like you work to earn online for 2,3 or 4 days and not getting results then .....

How to Install Master PDF Editor v5.0.3 on Ubuntu 18.04 and 19.04

What is Master PDF Editor ? Master PDF is an application which allows you to edit, create or view PDF documents. You can also encript your documents with passwords by using this application. So, This application would be very usefull for you. Master pdf editor application is available for several OS, Operating Systems, such as Windows, Linux, Mac OS. How to Install Master PDF Editor ? (Ubuntu) Download the master pdf editor application package via terminal as follows: root@munendra-latitude-e6430:/home/munendra# wget https://code-industry.net/public/master-pdf-editor-5.4.38-qt5.amd64.deb --2019-08-06 17:12:35-- https://code-industry.net/public/master-pdf-editor-5.4.38-qt5.amd64.deb Resolving code-industry.net (code-industry.net)... 136.243.89.42 Connecting to code-industry.net (code-industry.net)|136.243.89.42|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10847830 (10M) [application/octet-stream] Saving to: ‘master-pdf-editor-5.4.38-qt5.amd6...

Solar Tracker Project without any programming

Solar Tracker System  Usually, we make solar panel fixed towards south direction. A solar panel produces a maximum of energy when the direction of the sun is directly in front of the panel. So we need a Sun tracker solar panel system. By using this device we can track the direction of the sun and Solar panel can be adjusted towards the Sun, the whole day. And we can extract the maximum of energy. Recently I published a complete article how can we make solar tracker in Hindi. You may like to r ead the full article on my blog: Solar Tracker Related Searches for this project can be: How to make a solar tracker DIY solar tracker dual-axis solar tracker Arduino solar tracker solar panel tracker solar tracker system solar tracker kit solar eclipse tracker 2017 single-axis solar tracker solar tracker Arduino solar panel sun tracker solar panel tracker system solar panels track...