0
How to import modules in c++?
in Python we use import module name to import something like random module so how can we import random module in c++ or any other modules in c++?
1 ответ
+ 6
See the include directive.
I.e #include <iostream>
https://en.m.wikipedia.org/wiki/Include_directive