由用戶對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*
相關文章
相關標籤/搜索