Question: C++ Only Use of namespaces and separate compilation knowledge . Implement the missing People class in people.cpp and Count class in count . cpp ,
C++ Only
Use of namespaces and separate compilation knowledge. Implement the missing People class in people.cpp and Count class in count.cpp, then compile and run the project to make sure its output matches. Main function is in main.cpp but Do not modify main.cpp
Count.cpp
//Count class implementation goes here
People.cpp
// People class implementation goes here
main.cpp ->

See the above main() function image. To compile the main() function, Need to implement People class in People.cpp and Count class in Count.cpp file.
1 #include "count.hpp.. #include "people. hpp" 3 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
