Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Im getting unknown type name for Toys m_toys[MAX_NUM_TOYS]; I need help to solve this issue. #ifndef SDDS_STORE_H #define SDDS_STORE_H #include Toys.h namespace sdds{ #define MAX_SNAME
Im getting unknown type name for Toys m_toys[MAX_NUM_TOYS]; I need help to solve this issue.
\#ifndef SDDS_STORE_H \#define SDDS_STORE_H \#include "Toys.h" namespace sdds\{ \#define MAX_SNAME 31 \#define MAX_NUM_TOYS 10 class Store\{ char m_sName[MAX_SNAME]; int m_noOfToys; public: int m_addToys; Toys m_toy[MAX_NUM_TOYS]; 3; void setStore(const char* tname, int no); sku, double price, int age); \# void setToys(const char* tname, int \#isplay() constStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started