function called from class::member fucntionI want to put array[0] to two variable [food and drink] and array[1] to another variable [food and d...
function called from class::member fucntion[code] class Food { public: Food(string food,sring drink); private: string my_food; ...
function called from class::member fucntionHow can I call variable function from array? food and drink are inside the class Food::food(...) [...
store variable and print-outI am brand new to c++. I want to store variable and print out them [code] #include<iostream> using ...
This user does not accept Private Messages