Fucking FAILURE! - Shad0w
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Fucking FAILURE! - Shad0w
 
HomePortalLatest imagesRegisterLog in
Top posters
shad0w
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
rdwuestewald
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Crush Combat
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
banksy
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Kewley
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Ashley
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Anthony
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Inix
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
mitch
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
dukemaster95
[C++] Hello World [Code/Tut] I_vote_lcap[C++] Hello World [Code/Tut] I_voting_bar[C++] Hello World [Code/Tut] I_vote_rcap 
Who is online?
In total there are 3 users online :: 0 Registered, 0 Hidden and 3 Guests

None

Most users ever online was 29 on Mon Aug 14, 2023 12:16 pm

 

 [C++] Hello World [Code/Tut]

Go down 
AuthorMessage
shad0w




Number of posts : 173
Points : 238
Reputation : 0
Registration date : 2009-03-18
Location : 127.0.0.1

[C++] Hello World [Code/Tut] Empty
PostSubject: [C++] Hello World [Code/Tut]   [C++] Hello World [Code/Tut] EmptyThu Mar 19, 2009 7:33 pm

Code:
#include <iostream.h>

 int main()
 {
    cout << "Hello World!\n";
        return 0;
 }

Include <iostream.h>

That is basically tells the compiler what to use sorta

int main()

basically telling the compiler here is where the code begins

cout << "Hello World!\n";

cout << is what you use to write something on the screen.
\n Is what the compiler interprets as new line. Always end with a semicolon out side the Quotation marks

return 0;

All ANSI-compliant programs declare main() to return an int. This value is "returned" to the operating system when your program completes. Some programmers signal an error by returning the value 1
Back to top Go down
 
[C++] Hello World [Code/Tut]
Back to top 
Page 1 of 1
 Similar topics
-
» [VB6] Pythagorean Theorum [Code]
» [VB6] Mail Bomber [Code]

Permissions in this forum:You cannot reply to topics in this forum
Fucking FAILURE! - Shad0w :: Shad0w's Computer Section :: Coding :: Unix-
Jump to: