Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
C++
(view source)
Revision as of 05:45, May 30, 2020
No change in size
,
05:45, May 30, 2020
m
→"Hello World!" program
:
Corrected usage of non-standard <iostream.h> and changed "C" to "C++"
Line 2:
Line 2:
== "Hello World!" program ==
== "Hello World!" program ==
−
One of the most common examples of a C program is a simple "hello world" application. Below is a basic version of such a program.
+
One of the most common examples of a C
++
program is a simple "hello world" application. Below is a basic version of such a program.
<pre>
<pre>
−
#include <iostream
.h
>
+
#include <iostream>
int main()
int main()
JamesPollock
3
edits
Navigation menu
Personal tools
Log in
Namespaces
Article
talk page
Variants
Views
Read
View source
View history
More
Search
Popular Links
Main Page
Recent changes
New Pages
Random page
Statistics
Edit Console
Special pages
Printable version