Tasks given on 26-04-19.
1. Create a small dll in windows which has two functions, nth prime and given sum and product find the two numbers.
2. Create an executable which would load the dll and invoke those functions and print the result for the given input.
3. Repeat the above two tasks for static link library.
4. Repeat the same tasks in Unix environment.
5. Create a windows service which can handle post and get requests for the two programs above mentioned .
Learn about system internal tools.