stdafx.cpp
来自「最近在学习directshow, Directshow实务精选的源代码」· C++ 代码 · 共 16 行
CPP
16 行
//------------------------------------------------------------------------------
// File: stdafx.cpp
//
// Desc: DirectShow sample code
//
// Blender.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
#include "stdafx.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?