$ gcc -c main.c $ g++ -c query.cpp $ g++ -o main main.o query.o $ ./main Here am I