|
8 | 8 | tagline: "プログラミング基礎講習会テキスト" |
9 | 9 | actions: |
10 | 10 | - theme: brand |
11 | | - text: テキストを開く |
12 | | - link: /text/chapter-0/ |
| 11 | + text: テキスト(2026年度版) |
| 12 | + link: /cpp/preface/ |
13 | 13 | - theme: alt |
14 | 14 | text: このテキストについて |
15 | 15 | link: /about |
16 | 16 | - theme: alt |
17 | 17 | text: プライバシーポリシー |
18 | 18 | link: /privacy-policy |
19 | 19 |
|
20 | | -features: |
21 | | - - title: 0. はじめに |
22 | | - details: 講習を受ける上での心構えと環境構築 |
23 | | - link: /text/chapter-0/ |
24 | | - - title: I. はじめてのプログラミング |
25 | | - details: 「プログラミング」と前提知識を知り、触れる |
26 | | - link: /text/chapter-1/ |
27 | | - - title: II. 変数と入出力 |
28 | | - details: 入出力と変数・演算で基本的なプログラムの作成 |
29 | | - link: /text/chapter-2/ |
30 | | - - title: III. 演算・計算 |
31 | | - details: 条件分岐や、小数型・文字列型 |
32 | | - link: /text/chapter-3/ |
33 | | - - title: IV. 繰り返し処理 |
34 | | - details: 繰り返し処理と、文字列の操作 |
35 | | - link: /text/chapter-4/ |
36 | | - - title: V. Function |
37 | | - details: 関数・再帰を用いた実装 |
38 | | - link: /text/chapter-5/ |
39 | | - - title: VI. Struct |
40 | | - details: 便利にプログラミングをするための概念 |
41 | | - link: /text/chapter-6/ |
| 20 | + |
42 | 21 | --- |
43 | 22 |
|
| 23 | +現在2026年度版のテキストを作成中です。構成の変更や内容の追加などを行っています。執筆が完了した章から順次公開していきます。 |
| 24 | + |
| 25 | +- [はじめに](/cpp/preface/) |
| 26 | + - [この講習会について](/cpp/preface/1) |
| 27 | + - [このテキストについて](/cpp/preface/2) |
| 28 | +- [1. 環境構築](/cpp/chapter-1/) |
| 29 | + - [1-A. Macの環境構築](/cpp/chapter-1/1-A) |
| 30 | + - [1-B. Windowsの環境構築](/cpp/chapter-1/1-B) |
| 31 | +- [2. はじめてのプログラミング](/cpp/chapter-2/) |
| 32 | + - [2.1 プログラミングの基礎知識](/cpp/chapter-2/1) |
| 33 | + - [2.2 作業環境の構築](/cpp/chapter-2/2) |
| 34 | + - [2.3 はじめてのプログラミング](/cpp/chapter-2/3) |
| 35 | + - [練習問題](/cpp/chapter-2/problems/) |
| 36 | + |
| 37 | +:::details 2025年度版テキスト |
| 38 | + |
| 39 | +こちらは2025年度以前に使用していたテキストです。 |
| 40 | + |
| 41 | +- [0. はじめに](/text/chapter-0/) |
| 42 | +- [I. はじめてのプログラミング](/text/chapter-1/) |
| 43 | +- [II. 変数と入出力](/text/chapter-2/) |
| 44 | +- [III. 演算・計算](/text/chapter-3/) |
| 45 | +- [IV. 繰り返し処理](/text/chapter-4/) |
| 46 | +- [V. Function](/text/chapter-5/) |
| 47 | +- [VI. Struct](/text/chapter-6/) |
| 48 | + |
| 49 | +::: |
0 commit comments