This repository contains all the experiments and GUI practices I work on.
Here is the list of projects already completed:
- VentanaBasica
- Programa2.cpp
- Programa3.cpp
- Programa4.cpp
- Programa5.cpp
- Depuración
- Conceptos básicos y detalles importantes en depuración
- GNU debugger
- Valgrind
- Sanitizers
VentanaBasica is my first interaction with the entire library on my University programming class "Estructuras Abstractas de Datos y Algoritmos para Ingeniería", here I designed a really basic window with two buttons, one with a flat color and the other one using a random image from my desktop.
g++ -g -o programa.exe programa.cpp
gdb programa.exeSe muestra una imagen del debugger en acción:
