+ 1
In C++ what the hashtag does mean ? ex: "#include"
In C++ what the hashtag does mean ? "#include"
1 Answer
+ 14
It is the preprocessor directive
http://www.geeksforgeeks.org/cc-preprocessors/
https://www.tutorialspoint.com/cplusplus/cpp_preprocessor.htm