代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.cpp
// Storage.cpp: implementation of the Storage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Storage.h"
#include "stdlib.h"
#inc
storage.h
// Storage.h: interface for the Storage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STORAGE_H__A0CE3BC1_6AB0_44B0_8A37_78125093F1E4__INCLUDED
storage.typ
+++Date last modified: 05-Jul-1997
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.