Posts by Lucas • 13 points
1 post
-
1
votes3
answers942
viewsQ: Undefined Reference when compiling multiple files
I’m learning C++, and I have a question about creating classes in different files. I created the header with prototypes of functions, then as member functions in another cpp file. When I go to test…