#pragma编译指令汇总
摘要:
#pragmacheck_stack(off)#pragmacheck_stackstructsthecompilertoturnoffstackprobesifoff(or–)isspecified,ortoturnonstackprobesifon(or+)isspecified.#pragmacheck_stack([{on|off}])#pragmacheck_stack{+|–}RemarksIfnoargumentisgiven,stackprobesaretreatedaccordingtothedefault.Thispragmatakeseffectatthefirstfun 阅读全文
posted @ 2012-02-21 10:30 BIGSING 阅读(270) 评论(0) 推荐(0) 编辑