Skip to content

g++: add Spanish translation #16645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pages.es/common/g++.md
Co-authored-by: Darío Hereñú <[email protected]>
  • Loading branch information
rodecuir and kant authored May 30, 2025
commit 8a89811d1863e62f4a6326655fb4394c04b19028
2 changes: 1 addition & 1 deletion pages.es/common/g++.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- Incluye bibliotecas de una ruta diferente:

`g++ {{ruta/al/código_fuente.cpp}} {{[-o|--output]}} {{ruta/al/ejecutable}} -I{{ruta/a/header}} -L{{ruta/a/la/biblioteca}} -l{{nombre_de_la_biblioteca}}`
`g++ {{ruta/al/código_fuente.cpp}} {{[-o|--output]}} {{ruta/al/ejecutable}} -I{{ruta/al/encabezado}} -L{{ruta/a/la/biblioteca}} -l{{nombre_de_la_biblioteca}}`

- Enlaza y compila múltiples archivos en un ejecutable:

Expand Down