324
|
4. Open the file `main.cpp` (you will not make changes in any other file in this project). Study the `main` function. You will NOT make changes to the `main` function. Note that the `main` function essentially does two things:
|
324
|
4. Open the file `main.cpp` (you will not make changes in any other file in this project). Study the `main` function. You will NOT make changes to the `main` function. Note that the `main` function essentially does two things:
|
327
|
ii. Creates a timer that waits a second and after invokes the `birth` function passing by reference to the window and the three birds.
|
328
|
ii. Creates a timer that waits a second and after invokes the `birth` function passing by reference to the window and the three birds.
|