I was wondering how the .h and .cc files work together. I am trying to make a program that uses the two files but I can figure out what I would use each file for. Would I just use the .cc file declare, call, and use the functions, and define the functions in the .h file?