Exiis
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created A syntax check problem of Clion
AnsweredI have a cpp file includes a header file "A.h", and A.h contains following code: #pragma once #include "B.h" struct test { int x; }; and B.h contains following code: #pragma once #include "A...