例子:
pls key in food 1 = aaa
pls key in food 2 = bbb
pls key in food 3 = ccc
pls key in food 4 = ddd
pls key in food 5 =eee
enter quantity of food 1 = 1
enter quantity of food 2 = 10
enter quantity of food 3 = 4
enter quantity of food 4 = 15
enter quantity of food 5 = 20
我试用onlyonly的program来compile看。可是发现error
D:\Program Files\Microsoft Visual Studio\MyProjects\3\3.cpp(125) : error C2228: left of '.set_name' must have class/struct/union type
D:\Program Files\Microsoft Visual Studio\MyProjects\3\3.cpp(130) : error C2228: left of '.set_quantity' must have class/struct/union type..
D:\Program Files\Microsoft Visual Studio\MyProjects\3\3.cpp(139) : error C2228: left of '.print' must have class/struct/union type
我试用onlyonly的program来compile看。可是发现error
D:\Program Files\Microsoft Visual Studio\MyProjects\3\3.cpp(125) : error C2228: left of '.set_name' must have class/struct/un ...