Posts by Aguinele Queiroz • 1 point
1 post
-
0
votes0
answers44
viewsQ: How to compile C++ code with separate interface? (Arq.h , Arq.cpp and main.cpp)
I’m studying C++ for the Deitel book and I’m trying to compile a program where we have a gradebook file. h which is the interface, gradebook.cpp which is the implementation and main.cpp. Whenever I…