============== Beispiellösung [TOC] ============== :import: session07/step04/array.hpp [fold] :import: session07/step04/testit.cpp ---- SHELL (path=session07/step04,hostname=theon) -------- g++ --coverage -Wall -Wno-unused-variable -o testit testit.cpp ./testit gcov testit >/dev/null cat array.hpp.gcov rm -f *.gcov ---------------------------------------------------------- :navigate: up -> doc:index back -> doc:session07/page07