Posts by Graciano Souza • 31 points
4 posts
-
-2
votes1
answer126
viewsQ: Drawing of positions of a matrix
I need to create a function to draw within a matrix full of 0 with size n x n, four positions to modify the value only of these drawn positions.
-
3
votes1
answer48
viewsQ: Problems with recursion in c
I’m trying to learn recursion and I’m doubtful on a question I was doing in c, I need to add up how many numbers of a vector with n elements are larger than a number x. This recursion just doesn’t…
-
0
votes1
answer341
viewsQ: Problems organizing a C-struct
I’m having trouble organizing the data of a struct, the data are even organizing, but I always end up receiving memory junk in the first position, the others are organized normally without errors.…
casked Graciano Souza 31 -
0
votes1
answer79
viewsQ: Problem passing array as parameter
I am unable to pass the array parameters correctly to the function calculos. The code compiles correctly, but the function does not receive the values I am trying to pass. Since it is an array of…
casked Graciano Souza 31