《深入浅出MFC》2/eRusty(枫桥驿站CompBook 版) 深入浅出MFC 我读好几遍了,讲一句实在话,这本书给我的帮助真的很多!毕竟这样深 入挖MFC 运作原理的书难找!要学MFC 又没有Windows SDK 经验者,建议跟 Programming Windows 95 with MFC 一起看,学起MFC 会比较扎实。 若单纯就「买了会不会后悔」来判断一本书到底好不好,这本书我觉得物超所值! 内坜 Visual C++ 5.0 (2) MFC Professional 5.0 (3) Mr. 侯俊杰Any Books "howard": 先读一点SDK 著作,再读深入浅出MFC,就够了。 剩下就多看MSDN 吧。 我是一个刚学VC 不久的人,想写Windows 程序,却发现一大堆看不懂的函数或类别。 查help,都是英文,难懂其中意思。请问 "apexsoft" :如果要说书的话,侯俊杰先生翻译的深入Visual C++ 和他所写的深入浅出MFC 两本应该是够用了。不然就再加上一本SDK 书籍, 这样子应该是可以打个基础了。 CCA.bbs@cis.nctu.edu.tw:函数名称可以查help,重要的是C++ 的观念。另外就是要了 解MFC 里的Document/View/Frame,以及Dynamic 0 码力 | 1009 页 | 11.08 MB | 1 年前3
Conan 1.56 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.55 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.53 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 953 页 | 7.64 MB | 1 年前3
Conan 1.54 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 953 页 | 7.65 MB | 1 年前3
File I/O for Game Developers: Past, Present, and FutureRAM, more disk capacity • Moving data into and out of RAM • File IO in C++ from fstream to the OS SDK • The 64-bit address spaceSUB-MEGABYTE DAYS • Why do we have files?SUB- MEGABYTE DAYSSUB- MEGABYTE FROM FSTREAM TO THE OS SDK constexpr size_t buf_size = 4096u; char buf[buf_size]; ifstream file(“huge_log.txt”); file.read(buf, buf_size);FILE IO IN C++ FROM FSTREAM TO THE OS SDK constexpr size_t buf_size f = fopen(“huge_log.txt”, “r”); fread(buf, 1, buf_size, f);FILE IO IN C++ FROM FSTREAM TO THE OS SDK constexpr size_t buf_size = 4096u; char buf[buf_size]; HANDLE file = CreateFile(“huge_log.txt”0 码力 | 64 页 | 2.69 MB | 6 月前3
Conan 1.60 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 983 页 | 7.51 MB | 1 年前3
Conan 1.63 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 995 页 | 7.54 MB | 1 年前3
Conan 1.61 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 985 页 | 7.52 MB | 1 年前3
Conan 1.62 DocumentationStudio and the according Windows CE platform SDK for the WinCE device have to be installed on the build host. The os.platform defines the WinCE Platform SDK and is equal to the Platform in Visual Studio Studio. Some examples for Windows CE platforms: • SDK_AM335X_SK_WEC2013_V310 • STANDARDSDK_500 (ARMV4I) • Windows Mobile 5.0 Pocket PC SDK (ARMV4I) • Toradex_CE800 (ARMV7) The os.version defines the RPI one: include(default) target_host=aarch64-linux-android android_ndk=/Users/sse4/Library/Android/sdk/ndk-bundle # Adjust this path api_level=21 [settings] arch=armv8 build_type=Release compiler=clang0 码力 | 993 页 | 7.53 MB | 1 年前3
共 90 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













