38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
schema: 1
|
|
card: cpp/CPP02
|
|
title: Typy, inicjalizacja, auto, const i enum class
|
|
steps:
|
|
- id: task-01
|
|
task: task01
|
|
action: test
|
|
profile: native-amd64
|
|
target: native
|
|
command: stemctl test native-amd64 cpp CPP02 1
|
|
board:
|
|
show: [source, stdout, binary]
|
|
highlight: [cxx20, types_initialization]
|
|
question: Inicjalizacja i auto — jaka reguła języka wyjaśnia dokładny wynik?
|
|
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|
|
- id: task-02
|
|
task: task02
|
|
action: test
|
|
profile: native-amd64
|
|
target: native
|
|
command: stemctl test native-amd64 cpp CPP02 2
|
|
board:
|
|
show: [source, stdout, binary]
|
|
highlight: [cxx20, types_initialization]
|
|
question: const i constexpr — jaka reguła języka wyjaśnia dokładny wynik?
|
|
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|
|
- id: task-03
|
|
task: task03
|
|
action: test
|
|
profile: native-amd64
|
|
target: native
|
|
command: stemctl test native-amd64 cpp CPP02 3
|
|
board:
|
|
show: [source, stdout, binary]
|
|
highlight: [cxx20, types_initialization]
|
|
question: enum class i struktura — jaka reguła języka wyjaśnia dokładny wynik?
|
|
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|