How can we chang the external libraries in the middle of our c++ project? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How can we chang the external libraries in the middle of our c++ project?

Is it a good idea to wrap every class and function? so that if we decide to chang the library in the middle of our project we only need to change the wrapper class. How much overhead can this method have. What is the best strategy to this problems?

22nd Jul 2019, 12:49 PM
Ali Hoori
Ali Hoori - avatar
1 ответ
0
You can't. as per my knowledge.
26th Nov 2020, 4:57 PM
Ankit Sharma
Ankit Sharma - avatar