Hi tirengarfio, Try this... g++ main.cpp CPrueba.cpp -o main ...or try this... g++ -c main.cpp -o main.o g++ -c CPrueba.cpp -o CPrueba.o g++ main.o CPrueba.o -o main HTH, --Eljay
Hi tirengarfio, Try this... g++ main.cpp CPrueba.cpp -o main ...or try this... g++ -c main.cpp -o main.o g++ -c CPrueba.cpp -o CPrueba.o g++ main.o CPrueba.o -o main HTH, --Eljay