소스 검색

Updates README-en.md

Auto commit by GitBook Editor
부모
커밋
0f185cda01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 파일 보기

@@ -268,7 +268,7 @@ In this exercise you will modify the `main` function and some of the pre-defined
268 268
     filemanip file("/home/eip/functions-dvdinfo/dvd_csv.txt") ;
269 269
     ```
270 270
 
271
-    Compile and run the program and check if no errors ocurred. 
271
+    Compile and run the program. If you see errors such as ????, then your path is incorrect.  Correct until you get no errors when executing.
272 272
  
273 273
 1. Perform the following implementations in the `main` function (in the `main.cpp` file):
274 274
     * Add code so that the program displays the movies that have positions from 80 to 100.