Viewing 1 item
Tag Archives: return type

Introduction to Functions

Functions allow you to perform the same operation on many inputs with one simple call. Why a function anyways? First of all, let’s see how we’d perform a certain task without one. How would we print out the entire contents of a vector each time we modified it? Let’s show how we would do it  Full Article…

0