免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
C++ 如何識別各種編譯器樣板
#ifdef _WIN32   //define something for Windows (32-bit and 64-bit, this part is common)   #ifdef _WIN64  //define something for Windows (64-bit only)   #else  //define something for Windows (32-bit only)

#endif

#elif __APPLE__

    #include "TargetConditionals.h"

    #if TARGET_IPHONE_SIMULATOR // iOS Simulator

    #elif TARGET_OS_IPHONE// iOS device

    #elif TARGET_OS_MAC// Other kinds of Mac OS

    #else# error "Unknown Apple platform"

    #endif

#elif __ANDROID__// android

#elif __linux__// linux

#elif __unix__ // all unices not caught above// Unix

#elif defined(_POSIX_VERSION)// POSIX

#else# error "Unknown compiler"#endif

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
C# 語言的預(yù)處理器指令
#pragma once 和 #ifndef #define …#endif 有什么不同?
#endif的作用
C語言編程藝術(shù)--條件編譯(原創(chuàng))
移植U-Boot 1.3.4到GT2440(第二版2.)-4
#if,#endif,!defined
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服