DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
how to write hello world c++
#
include
<iostream>
int
main
(
)
{
std
::
cout
<<
"Hello world"
<<
endl
;
return
0
;
}
Source by # #
PREVIOUS
NEXT
Tagged:
#write
#world
ADD COMMENT
Topic
COMMENT
Name
1+6 =
Submit