Added chapters and list of exercises
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Chapter 17 - c and cpp extensions
|
||||
=======================================================================================================================
|
||||
|
||||
1. Try to sort a list of numbers using `ctypes`, `CFFI`, and with a native extension. You can use the `qsort` function in `stdlib`.
|
||||
2. Try to make the `custom_sum` function we created safer by adding proper errors for overflow/underflow issues. Additionally, catch the errors when summing multiple numbers that only overflow or underflow in summation.
|
||||
Reference in New Issue
Block a user