recherche

Maison  >  Questions et réponses  >  le corps du texte

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

#pragma CommonUrlImageView

class CommonUrlImageView;


class CommonUrlImageView: public CAImageView
{
   ....
}

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

伊谢尔伦伊谢尔伦2768 Il y a quelques jours375

répondre à tous(1)je répondrai

  • PHPz

    PHPz2017-04-17 13:01:13

    #pragma

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

    前面的class一般是前置声明


    如不对请指正

    répondre
    0
  • Annulerrépondre