Posts by João Oliveira • 87 points
3 posts
-
1
votes1
answer269
viewsQ: error: invalid Conversion from 'my_type*' to 'int' [-fpermissive]
The execution of my code returns this error written in the title. I don’t know what to do about it because, if you see the code, of course the type of the parameter is BlockGraph and not int. When I…
c++asked João Oliveira 87 -
5
votes3
answers307
viewsQ: Ignored line of code
The line marked with /*ISSO AQUI*/ is being ignored, ie the name for the second employee is not read, only the last name. import java.util.Scanner; public class EmployeeTest { public static void…
-
2
votes1
answer590
viewsQ: Python -->Valueerror: incomplete format
Can someone help me with this code? I have two problems: The first is the error mentioned in the title and the second is the vector of the function, which does not receive attribution (when I went…