C++ Lesson 2 :: Hello World!

Hello World!

Quick note: I don’t have a full grip on Word Press’s formatting options quite yet. Some elements may look a little bizarre.

Today we’re going to create a very simple C++ program called Hello World. The objective of this program is to print the phrase ‘Hello World!’ to the screen. Along the way we are going to establish some consistency and shudder at some vocabulary words. Consistency is important because you may not always remember what your program is supposed to do. Thus, it’s always a good idea to put some flourishes in so when you go back and look at it a year or so later you can quickly identify what is going on. Vocabulary is important in any language that you care to understand. How on earth could you read this blog post without first knowing some rudimentary colloquialisms?

Continue reading