Posts by Thiago José Silveira • 11 points
2 posts
-
1
votes1
answer2243
viewsA: How to fill an array [ ][ ] with struct in C++, in the code below
POO usually stops using struct and starts using Classes and Objects, in your case you should create an employee class. The header of the working class. h would look like this: class Funcionario {…
-
0
votes2
answers73
viewsA: Stack does not remove values
Look, because your code makes it hard to have to work all of it to do Last In, First Out, I think if you put a marker in the struct to see if a push or pop was given, it might help to know who the…
canswered Thiago José Silveira 11