filmov
tv
Teach yourself C++ Lesson 1 hello world in detail

Показать описание
Today we are going to take a traditional approach to programming and start with what is typically the simplest program to perform in computer programming. The Hello World program has been used since 1972, when it first appeared in Tutorial Introduction to the Language B. It's purpose is to check that a new compiler setup is working correctly, and as a way to teach new users the simplest syntax and program structure needed to get a useful result from your program. C++ was first invented in 1983 at Bell Labs as an enhancement to the already existing C language. C itself was developed between 1969 and 1973. As you've begun to realise both these languages have long histories and are still in active use today remaining among the worlds most popular programming languages.
This tutorial, is going to be split into three sections, the first section, is where we type in the source code, to get a feel for it.
The second part is going to deal with the specific commands of that source code so you get a picture of what is going on.
The third part is going to deal with the inevitable jargon used throughout this tutorial. These will include words like compiler, preprocessor, header files, etc.
This tutorial, is going to be split into three sections, the first section, is where we type in the source code, to get a feel for it.
The second part is going to deal with the specific commands of that source code so you get a picture of what is going on.
The third part is going to deal with the inevitable jargon used throughout this tutorial. These will include words like compiler, preprocessor, header files, etc.
Комментарии