- look at the non STL code in randomize.nostl.cpp
- it creates a vector of ints at regular intervals
- it randomizes them
- it computes differences between consecutive ints and the mean and variance of it
- open randomize.cpp and complete the “translation” to the STL
- see how easy it is to reuse the code with complex numbers, by calling
compute
with objects of typeComplex
stl
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||