Files
lab-cpp-build-namespaces/lesson-flow.yaml
T
2026-07-21 20:12:58 +02:00

38 lines
1.3 KiB
YAML

schema: 1
card: cpp/CPP01
title: Od C do C++: oddzielna kompilacja i przestrzenie nazw
steps:
- id: task-01
task: task01
action: test
profile: native-amd64
target: native
command: stemctl test native-amd64 cpp CPP01 1
board:
show: [source, stdout, binary]
highlight: [cxx20, build_namespaces]
question: Deklaracja i definicja — 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 CPP01 2
board:
show: [source, stdout, binary]
highlight: [cxx20, build_namespaces]
question: Linkage zewnętrzny i wewnętrzny — 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 CPP01 3
board:
show: [source, stdout, binary]
highlight: [cxx20, build_namespaces]
question: Kwalifikacja przestrzeni nazw — jaka reguła języka wyjaśnia dokładny wynik?
evidence: [compile_warnings_zero, expected_stdout, exit_zero]