Code Style

Code Style

1.所有的函数都应该有声明以及定义,不应该让函数调用的顺序依赖函数定义的先后。

include "stdafx.h"

include <strsafe.h>

include <Windows.h>

include "Header.h"

include "ProOthersA.h"

include "ProOthersB.h"