本文介绍了未知指令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是#pragma用于?

解决方案




编译器特定的编译说明。


#pragma一次


相当普遍并替换标题保护(#ifdef ... #endif)


检查编译器文档中它支持的特定编译指示。

-

Peter MacMillan

电子邮件/ msn:

icq:1-874-927

GCS / IT / L d - ( - )> -pu s():( - )a- C +++ (++++)>





compiler specific compilation instructions.

#pragma once

is fairly common and replaces header guarding (#ifdef...#endif)

check the compiler documentation for specific pragmas that it supports.
--
Peter MacMillan
e-mail/msn: pe***@writeopen.com
icq: 1-874-927

GCS/IT/L d-(-)>-pu s():(-) a- C+++(++++)>




这篇关于未知指令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 09:02