Posts by Victor_Grecca • 75 points
3 posts
-
0
votes1
answer340
viewsQ: Histogram in Java
Hello, I need to transform an image into a pixel array. For example: Given the image "Netuno.jpeg", of 256 x 256 pixels, I need to allocate the value of pixels in that Matrix and print the amount…
-
4
votes3
answers7927
viewsQ: Doubt about Struct and Pointer for Struct
I’m having doubts in my code about structs and pointers for structs, the doubts are as follows: 1) Because I don’t need to put (->) before speed, for example ( p->attributes->speed) in…
-
3
votes1
answer569
viewsQ: Uninitialized variable used in this function?
After compiling the program, you receive 2 warnings of the same type: "Warning: 'phrase' is used uninitialized in this Function" and "Warning: 'word' is used uninitialized in this Function"…