Absurd Minds
http://forums.absurdminds.net/

The official Hello World program in C++
http://forums.absurdminds.net/viewtopic.php?f=58&t=506
Page 1 of 1

Author:  Kevin [ 19 Oct 2010 17:14 ]
Post subject:  The official Hello World program in C++

C++ is a computer programming language for those who do not know. You can do this program in many ways but I'll put the simplest way I know :

#include <iostream>
using namespace std;

int main()
{
cout << "Hello world!" << endl;
system("PAUSE");
return 0;
}

Author:  serialp0rt [ 19 Oct 2010 19:09 ]
Post subject:  Re: The official Hello World program in C++

teach me c++ and I will hug you :)

Author:  Traviesaurus [ 19 Oct 2010 19:48 ]
Post subject:  Re: The official Hello World program in C++

teach me c++ without me doing any effort or learning at all and i'll do sexual things to you :D

Author:  DimSumGuy83 [ 19 Oct 2010 22:56 ]
Post subject:  Re: The official Hello World program in C++

I would put up one of my assignments but it has waaaay too many lines of codes. Plus, it's one of those programs that require 3 separate files.

Author:  Teh_Bunny [ 20 Oct 2010 16:30 ]
Post subject:  Re: The official Hello World program in C++

i think i forgot all the basic coding....cuz ive seen this before but means jack squat now :\

Author:  luTheNinja [ 06 Dec 2010 21:43 ]
Post subject:  Re: The official Hello World program in C++

class myfirstjavaprog
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}

:]

Author:  Kevin [ 07 Dec 2010 18:31 ]
Post subject:  Re: The official Hello World program in C++

is that C++? lol

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/