Files
lab-cpp-copy-move/lesson-flow.yaml
T
2026-07-21 20:12:59 +02:00

38 lines
1.2 KiB
YAML

schema: 1
card: cpp/CPP10
title: Kopiowanie, przenoszenie i Rule of Zero/Five
steps:
- id: task-01
task: task01
action: test
profile: native-amd64
target: native
command: stemctl test native-amd64 cpp CPP10 1
board:
show: [source, stdout, binary]
highlight: [cxx20, copy_move]
question: Głęboka kopia — 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 CPP10 2
board:
show: [source, stdout, binary]
highlight: [cxx20, copy_move]
question: Przeniesienie własności — 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 CPP10 3
board:
show: [source, stdout, binary]
highlight: [cxx20, copy_move]
question: Rule of Zero — jaka reguła języka wyjaśnia dokładny wynik?
evidence: [compile_warnings_zero, expected_stdout, exit_zero]