Answers for "c++ how to import only one function"

C++
0

c++ how to import only one function

it is not possible in C or C++
If it's your own library you can split the library into smaller
and import the one you want.
If the library is not yours and/or you cannot change it you have to import it all
Posted by: Guest on February-07-2021

Code answers related to "c++ how to import only one function"

Browse Popular Code Answers by Language