代码搜索结果
找到约 10,000 项符合
H 的代码
enhancedsafearray.h
#ifndef ENHANCEDSAFEARRAY_H
#define ENHANCEDSAFEARRAY_H
#include "safearray.h"
template
class EnhancedSafeArray:public SafeArray
{ public:
EnhancedSafeArray();
EnhancedSaf
random.h
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Random.h
// Interface and implementation for a Random class
#include // defines INT_M
safearray.h
#ifndef SAFEARRAY_H
#define SAFEARRAY_H
using namespace std;
template
class SafeArray {
protected:
T *storage;
int count;
public:
SafeArray();
SafeArray(int
stub.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__E
indicml.h
/**********************************************************************/
/* INDICML.H - Indicator Service Manager definitions */
/*
threadsynbycriticalsections.h
// ThreadSynByCriticalSections.h : main header file for the THREADSYNBYCRITICALSECTIONS application
//
#if !defined(AFX_THREADSYNBYCRITICALSECTIONS_H__5F1276C7_638C_452A_8A08_210F971963FF__INCLUDE
newres.h
#ifndef __NEWRES_H__
#define __NEWRES_H__
#define SHMENUBAR RCDATA
#if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300))
#undef HDS_HORZ
#undef HDS_BUTTONS
#undef HDS_HIDDEN
#incl
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ThreadSynByCriticalSections.rc
//
#define IDD_THREADSYNBYCRITICALSECTIONS_DIALOG 102
#define IDR_MAINFRAME
threadsynbycriticalsectionsdlg.h
// ThreadSynByCriticalSectionsDlg.h : header file
//
#if !defined(AFX_THREADSYNBYCRITICALSECTIONSDLG_H__945CE3C5_82F6_4EA3_BEAD_211A0C7A0A83__INCLUDED_)
#define AFX_THREADSYNBYCRITICALSECTIONSDLG