Answered step by step
Verified Expert Solution
Link Copied!

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.

image text in transcribed

\#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() const

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

Calculate the lifetime value (LTV) of a loyal customer.

Answered: 1 week ago

Question

Use service tiering to manage the customer base and build loyalty.

Answered: 1 week ago