Explorar el Código

Be specific about modules to use

Michael Mächtel hace 8 años
padre
commit
e617fd8826
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      hw2/task2/README.md

+ 4
- 1
hw2/task2/README.md Ver fichero

@@ -34,7 +34,10 @@ Found 3 'e' in "♥ The quick brown fox jumps over the lazy dog. ♥"
34 34
 
35 35
 Neben einer klaren Struktur für das Programm soll eine kompetente
36 36
 Fehlerbehandlung implementiert werden, sodass das Programm robust gegenüber
37
-Eingebefehlern wird.
37
+Eingebefehlern wird. Benutzen Sie keine weiteren Module aus der Standardbibliothek, ausser:
38
+
39
+- std::env
40
+- std::process
38 41
 
39 42
 Ziele:
40 43
 

Loading…
Cancelar
Guardar