瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
092b14c72c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README-en.md

+ 1
- 0
README-en.md 查看文件

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:
325
   
325
   
326
       i. Creates three birds and adds two of them to the window.
326
       i. Creates three birds and adds two of them to the window.
327
+      
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.
328
 
329
 
329
       ---
330
       ---