Posts by ROR • 25 points
2 posts
- 
		-1 votes1 answer49 viewsQ: Code does not execute instruction correctly in C++I have a code on main that works normally. This code says that the user must enter the data and asks the user to enter the name of the employee and the following instruction starts object I1. The I1… 
- 
		1 votes1 answer77 viewsQ: Data Structure, Dynamic Memory Allocation in C++ and Data ReadingI have a code with encapsulation and composition with 3 classes in C++. In my code I have to display objects in a static way but I want to create them dynamically. I have a class called worker that…