您的位置:首页 > 其它

version (or platform)dependent Code

2015-07-04 05:26 477 查看
As a general rule, code which is explicitly version (or platform)dependent

should be hidden behind a low-level macro or function. High-level code can then

just call those functions without concern for the low-level details. Code written in

this way tends to be easier to read and more robust.

<ldd>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: