由用户对struct变量的输入输出方法

// practice4-7.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> const int len = 70; struct pizza { char brand[len]; double diameter; double weight; }; int _tmain(int argc, _TCHAR*
相关文章
相关标签/搜索