Exiis

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Exiis created a post,
    Answered

    A syntax check problem of Clion

    I 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...