Description: solution of thinking in c++ ,3.1,
Create a header file (with an extension of ‘.h’). In this file, declare a group of functions by varying the argument lists and return values among the following: void, char, int, and float. Now create a .cpp file that includes your header file and creates definitions for all of these functions. Each definition should simply print out the function name, argument list, and return type so you know it’s been called. Create a second .cpp file that includes your header file and defines int main( ), containing calls to all of your functions. Compile and run your program.
To Search:
File list (Check if you may need any files):
3.1.cpp
3.1.h