Posts by Lucas Anjos • 11 points
2 posts
-
0
votes1
answer159
viewsQ: Function in struct in C
I want to transform the whole process of input and output of the structure into functions, but I’m having problems with the result that returns, I believe it is something because the function is as…
casked Lucas Anjos 11 -
0
votes3
answers60
viewsQ: Shorten Object Method Call
Recently I was doing college exercises, we’re seeing inheritance, and I made a code that generated many lines to demonstrate that class inheritance is working, there’s some way to shorten those…