Monthly Archives: September 2010

Hello, World!

Hello, World is the first program that you end up creating when you start learning a new programming language. This program is incredibly simple, the jist of it is as follows (assuming C++ programming): cout >> “Hello, World!” That’s it. … Continue reading

Posted in Uncategorized | 1 Comment