Ywpwong111
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Ywpwong111 created a post, How to use C++20 modules in CLion
I build a brand new c++23 project and run the following code below:// This is hello.ixx module; #include <string> export module hello; export std::string greet(const std::string& name) { retur...