Posts by roberto • 1 point
1 post
-
0
votes0
answers352
viewsQ: Error request for Member 'quantity' in 'b. Stock::name', which is of non-class type 'char [60]'
Good morning, I’m having this mistake of request for Member in my float, someone could help? struct Estoque { char nome[60]; char quantidade[60]; char preco[60]; }; float caixaAtual = 0.00; float…