代码搜索结果
找到约 10,000 项符合
Test 的代码
test.cpp
#include
using namespace std;
struct Data
{
double data[200];
};
struct Junk
{
int junk[100];
};
int main()
{
Data d = {2.5e33, 3.5e-19, 20.2e32};
char * pch =
test.cpp
#include
using namespace std;
struct Data
{
double data[200];
};
struct Junk
{
int junk[100];
};
int main()
{
Data d = {2.5e33, 3.5e-19, 20.2e32};
char * pch =
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTestDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "test.h"
test.h
// test.h : main header file for the TEST application
//
#if !defined(AFX_TEST_H__770B5246_49C5_4E26_91C8_BEB98E767884__INCLUDED_)
#define AFX_TEST_H__770B5246_49C5_4E26_91C8_BEB98E767884__INCLUD
test.cpp
// test.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "test.h"
#include "testDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha