You can see this video in its original context here: http://djere.com/node/19
The LibreOffice Impress-generated HTML slideshow for this lecture is here:
http://djere.com/lectures/node19lecture/Node19.creating_and_sorting_vectors.html
This video discusses creating and sorting vectors. It also discusses doubles, functions, and passing by reference versus passing by value. I created the video as part of the Djere University (http://djere.com) tutorial series.
Learning Objectives:
- Define doubles.
- Discuss creating a vector in C++.
- Sorting a vector.
- Printing a vector.
- Briefly discuss passing a vector by reference versus passing it by value.
- Create a vector that accepts double precision numbers.
- Allow the user to fill the vector with an unlimited number of numbers of their choice.
- Automatically sort the vector from lowest to highest.
- Show the user the sorted output.