Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 programStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started