Posts by João Ricardo Silva • 21 points
2 posts
-
0
votes3
answers126
viewsA: Variable declared in main is not accessed inside another function
You can solve this problem by declaring the variable as global, or passing it as a function parameter aloca() Altering void aloca(int n, Aluno aluno) { //codigo aqui }```…
canswered João Ricardo Silva 21 -
2
votes2
answers63
viewsA: Problem Trying to query Application c# + Database
The exception exists when some argument is not valid On the line with the comment: "- Problem occurs on this line" You try to extract data from a column called Cpf_Cpnj, instead of Cpf_Cnpj.…