찾다

 >  Q&A  >  본문

c++11 - C++中#pragma后面加个名字在文件中有什么作用

#pragma CommonUrlImageView

class CommonUrlImageView;


class CommonUrlImageView: public CAImageView
{
   ....
}

还有class CommonUrlImageView 写两遍有何用意?

伊谢尔伦伊谢尔伦2802일 전392

모든 응답(1)나는 대답할 것이다

  • PHPz

    PHPz2017-04-17 13:01:13

    #pragma

    应该是建立文本的快速索引

    前面的class一般是前置声明


    如不对请指正

    회신하다
    0
  • 취소회신하다