+ 1

in c++ language what does the module mean???

11th Jan 2021, 4:08 AM
Rula Alaa Abdelmoneam
Rula Alaa Abdelmoneam - avatar
2 Answers
+ 2
You mean modules that are introduced in C++20 ? A module is a set of source code files that are compiled independently of the translation units that import them Source : https://en.cppreference.com/w/cpp/language/modules https://docs.microsoft.com/en-us/cpp/cpp/modules-cpp
11th Jan 2021, 4:18 AM
Arsenic
Arsenic - avatar
+ 1
ow thanks!
11th Jan 2021, 4:57 PM
Rula Alaa Abdelmoneam
Rula Alaa Abdelmoneam - avatar