feat: implement CPP04 C++20 card

This commit is contained in:
user
2026-07-21 20:11:42 +02:00
commit 8ebb667185
38 changed files with 7617 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
schema: 1
card: cpp/CPP04
title: Funkcje, przeciążanie, wartości zwracane i modułowość
steps:
- id: task-01
task: task01
action: test
profile: native-amd64
target: native
command: stemctl test native-amd64 cpp CPP04 1
board:
show: [source, stdout, binary]
highlight: [cxx20, functions_overloading]
question: Przeciążanie — 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 CPP04 2
board:
show: [source, stdout, binary]
highlight: [cxx20, functions_overloading]
question: Zwracanie przez wartość — 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 CPP04 3
board:
show: [source, stdout, binary]
highlight: [cxx20, functions_overloading]
question: Interfejs modułu — jaka reguła języka wyjaśnia dokładny wynik?
evidence: [compile_warnings_zero, expected_stdout, exit_zero]