Przeglądaj źródła

Added diagnostics to README. showMovies to movie.h

Rafael Arce Nazario 9 lat temu
rodzic
commit
778ce14a75
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14
    0
      README.md

+ 14
- 0
README.md Wyświetl plik

@@ -181,6 +181,8 @@ DVD son las siglas para “digital versatile disk” o “digital video disk”
181 181
 
182 182
 !INCLUDE "../../eip-diagnostic/DVD/es/diag-dvd-01.html"
183 183
 
184
+!INCLUDE "../../eip-diagnostic/DVD/es/diag-dvd-03.html"
185
+
184 186
 
185 187
 
186 188
 ---
@@ -224,6 +226,11 @@ El primer paso en esta experiencia de laboratorio es familiarizarte con las func
224 226
 
225 227
 4. En el archivo `movie.cpp` encontrarás las definiciones de las funciones. Nota que algunas versiones de la función `showMovie` usan el objeto llamado `fields` de clase `QStringList`. El propósito de ese objeto es poder acceder cada uno de los campos de información de la película usando un índice entre 0 y 14.  Por ejemplo, fields[0] accede al título de la película, fields[1] accede el estudio, fields[8] al año, etc.  
226 228
 
229
+----
230
+
231
+!INCLUDE "../../eip-diagnostic/DVD/es/diag-dvd-06.html"
232
+
233
+
227 234
 ###Ejercicio 2
228 235
 
229 236
 En este ejercicio modificarás algunas de las funciones pre-definidas para que desplieguen solo algunas de las películas en la base de datos, desplieguen solo parte de la información contenida, o que desplieguen la información en un formato específico.
@@ -465,6 +472,8 @@ DVD stands for "digital versatile disk" or "digital video disk", which is an opt
465 472
 
466 473
 !INCLUDE "../../eip-diagnostic/DVD/en/diag-dvd-01.html"
467 474
 
475
+!INCLUDE "../../eip-diagnostic/DVD/en/diag-dvd-03.html"
476
+
468 477
 
469 478
 ---
470 479
 
@@ -508,6 +517,11 @@ The first step in this lab experience is to familiarize yourself with the functi
508 517
 
509 518
 4. You can find the function definitions in the file `movie.cpp`. Note that some versions of the function `showMovie` use the object called`fields` of the `QStringList` class. The purpose of this object is to provide easy access to information fields of each movie, using an index between 0 and 14.  For example, you may use fields[0] to access a movie’s title, fields[1] to access a movie’s studio, fields[8] to access its year, and so forth.
510 519
 
520
+---
521
+
522
+!INCLUDE "../../eip-diagnostic/DVD/en/diag-dvd-06.html"
523
+
524
+
511 525
 ###Exercise 2
512 526
 
513 527
 In this exercise you will modify some of the pre-defined functions so that they display only certain movies from the database, display only part of the information, or display the information in a specific format.