In C/C++/Objective C you can define a macro using compiler preprocessors. Moreover, you can include/exclude some parts of code using compiler preprocessors. #ifdef ...
-
April 20, 2022
- 0 Comments
I was implementing an algorithm in Swift Beta and noticed that the performance was very poor. After digging deeper I realized that one ...
-
April 16, 2022
- 0 Comments