代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/278221/10559327
h struct.h
/*
; File : $Workfile$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-----------------------------------------
www.eeworm.com/read/159827/10611109
plg struct.plg
Build Log
--------------------Configuration: STRUCT - Win32 Debug--------------------
Command Lines
Results
STRUCT.exe - 0 erro
www.eeworm.com/read/159827/10611110
opt struct.opt
www.eeworm.com/read/159827/10611114
dsp struct.dsp
# Microsoft Developer Studio Project File - Name="STRUCT" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/159827/10611116
obj struct.obj
www.eeworm.com/read/159827/10611117
ncb struct.ncb
www.eeworm.com/read/159827/10611119
dsw struct.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/159827/10611121
cpp struct.cpp
#include
#include
void main()
{int NUM,I;
struct STUDENT
{char NAME[30];
int AGE;
char ID[10];
};
struct STUDENT STD[100];
cprintf("\nHow many student do you ha
www.eeworm.com/read/159827/10611123
exe struct.exe
www.eeworm.com/read/277457/10637495
cpp struct.cpp
#include
#include
using namespace std;
int main()
{
struct person {
string first_name;
string second_name;
};
person ralph;
person ali