I need help with fixing the mistakes in a C++ program about creating different classes and driver programs. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need help with fixing the mistakes in a C++ program about creating different classes and driver programs.

I need help with this task. The description of task is at the top of code in comment section. Generally speaking I need to create C++ program which represents Factory that sells it's production to store suppliers. So I need to develop following classes: Division, Artifact, Services. There is more data regarding data slots, methods and axioms in the comment section of the code. I also need to create a driver program(description of that is also in the comment section of the code). But I have like 36 mistakes in my code, and I don't know how to fix them. Generally I have mistakes about different data slots not being a type name, static or enumerator; undeclared identifier; no overloaded function takes n arguments. This mistakes are throughout the code, and I don't know how to fix them. Please, I need help with this task, I truly don't know how to fix this mistakes. https://sololearn.com/compiler-playground/c6H33DQ9edBu/?ref=app

2nd Feb 2024, 11:52 AM
Alexandr Ignatov
Alexandr Ignatov - avatar
3 Answers
0
Hello Have you found a fix to the problem yet? it's been days now ...
17th Feb 2024, 2:04 PM
Ipang
0
I did
17th Feb 2024, 5:06 PM
Alexandr Ignatov
Alexandr Ignatov - avatar
0
Ok good job!
17th Feb 2024, 6:00 PM
Ipang