Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 450 Bytes

File metadata and controls

12 lines (10 loc) · 450 Bytes
id cpp-intro-basic
title C++の基本構造
level 2
question
このセクションでは、コードの各部分について詳しく解説されるということですか?
C++のプログラムは、常に同じような構造をしているのですか?

C++の基本構造

先ほどの "Hello, World!" プログラムには、C++の基本的な要素が詰まっています。一つずつ見ていきましょう。