It's programming time!/C++/Hello World!

From Create Your Own Story

#include "stdafx.h"
#include <iostream>

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

So, if you have ever read anything about programming, people talk about this. Hello World!

This program is the first one people ever create, in almost every single programming language.

So, if you want to understand all the theories, well, go take a programming course! lol, I am not a teacher, just someone interested.

What is this?

Well, you can click the above links to find out!

Personal tools