先附个例子:
#include <iostream.h>
#include <windows.h>
//#include "../../../include/MD_File.h"
#include "MD_File.h"
……
C++ Windows编程示例
本文提供了一个包含C++与Windows编程结合使用的示例代码。该代码展示了如何在C++中使用iostream和windows.h等头文件进行基本的编程操作。此外还引入了MD_File.h文件用于文件操作。
先附个例子:
#include <iostream.h>
#include <windows.h>
//#include "../../../include/MD_File.h"
#include "MD_File.h"

被折叠的 条评论
为什么被折叠?