Replies: 1 comment
-
Hola @Qubemid3, hay dos errores de sintáxis for (int = 1 ; < geo.corners(): i++) Se puede solucionar agregando la letra i antes de la igualdad y el punto y coma antes del for (int i = 1; < geo.corners(); i++) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hola Carlos, sabes al hacer el segundo ejercicio que hiciste modificando (minuto 48 del video) el archivo
gridinterface/exercise/task/grid-exercise1.cc
:Luego me sale estos errores:
De todos estos errores el que más me llama la atención es este error:
cc:55:22: warning: range-based ‘for’ loops with initializer only available with ‘-std=c++20’ or ‘-std=gnu++20’
Es que no tengo la versión c++20 en el gitpod? o que hice mal?, si podrías por favor aclararme la duda, mejor el sabado ahora no porque es tarde.
Gracias de antemano.
Beta Was this translation helpful? Give feedback.
All reactions