1、
#include <windows.h>
2、
#include <vector>
using namespace std;
问题:
一种是 带".h"的,一种是 不带".h"但是有命名空间的,区别何在??
C