结构体
摘要:
#include <stdio.h> #include <string.h> //struct //struct Goods //{ // char name[20]; // float price; // long amount; //}; // //int main(int argc, cons 阅读全文
posted @ 2014-02-04 21:51 Sinner_Yun 阅读(281) 评论(0) 推荐(0) 编辑