Question: use PUTTY please Exercise #2 Create a dynamic library (i.e. shared object.so) of the functions in your functions.cpp files and use the.so library to compile
use PUTTY please 
Exercise #2 Create a dynamic library (i.e. shared object.so) of the functions in your functions.cpp files and use the.so library to compile the main.cpp program. Name the library cmp310 and link to it when using g++ to compile the main.cpp program. Note: main.cpp has only one include statement (i.e. #include "header.h") that includes function declarations only. Submit: 2 1. All header (.h) file(s) 2. All source (.cpp) files including main.cpp 3. Commands to create the.so library file including linking to the dynamic library. 4. Provide screenshots of running program Exercise #2 Create a dynamic library (i.e. shared object.so) of the functions in your functions.cpp files and use the.so library to compile the main.cpp program. Name the library cmp310 and link to it when using g++ to compile the main.cpp program. Note: main.cpp has only one include statement (i.e. #include "header.h") that includes function declarations only. Submit: 2 1. All header (.h) file(s) 2. All source (.cpp) files including main.cpp 3. Commands to create the.so library file including linking to the dynamic library. 4. Provide screenshots of running program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
