瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
6f08000219
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md 查看文件

115
 136.145.181.126 136.145.181.99 57 33 965 14
115
 136.145.181.126 136.145.181.99 57 33 965 14
116
 ```
116
 ```
117
 
117
 
118
-###Exercise 0: Familiarize Yourself with the `Packet` Class.
118
+###Exercise 1 - Familiarize Yourself with the `Packet` Class.
119
 
119
 
120
 ####Instructions
120
 ####Instructions
121
 
121
 
130
 
130
 
131
 4. A method `met` of the object in position `i` in the vector can be accessed writing `V[i].met()`. The contents of all of the attributes of an object can be assigned to another object of the same class “at once”. For example, you can assign the contents of all of the attributes of the object in the position `k` of the vector `V` the corresponding attributes of the object in the position `i` of the vector `V` by writing `V[i]=V[k]`.
131
 4. A method `met` of the object in position `i` in the vector can be accessed writing `V[i].met()`. The contents of all of the attributes of an object can be assigned to another object of the same class “at once”. For example, you can assign the contents of all of the attributes of the object in the position `k` of the vector `V` the corresponding attributes of the object in the position `i` of the vector `V` by writing `V[i]=V[k]`.
132
 
132
 
133
-###Exercise 1: Filter Communications
133
+###Exercise 2 - Filter Communications
134
 
134
 
135
 ####Instructions
135
 ####Instructions
136
 
136
 
155
 
155
 
156
     ---
156
     ---
157
 
157
 
158
-###Exercise 2: Sorting Data
158
+###Exercise 3 - Sorting Data
159
 
159
 
160
 
160
 
161
 ####Instructions
161
 ####Instructions