Posts by Henrique Melo • 73 points
4 posts
-
3
votes3
answers2685
viewsA: Algorithm C language - Multiplication
From what I understood in the statement the program will not print 135 because 135 is greater than 100. You need to change this one. In whatever you created it will only give a loop, because at the…
-
1
votes1
answer1103
viewsQ: I can’t find my mistakes
Someone can help me, this program is making several mistakes, but I can not find any. I thank you already. Mistakes: [Error] cannot Convert 'int*' to 'int**' for argument '3' to 'int reading(int,…
c++asked Henrique Melo 73 -
0
votes1
answer977
viewsQ: C++ function Error: cannot be used as a Function
square cannot be used as a Function. Can anyone tell me how to fix? #include <iostream> #include <string.h> #include <sstream> #include <cmath> using namespace std; struct…
c++asked Henrique Melo 73 -
-1
votes1
answer1164
viewsQ: Error: cannot Convert float* to float
Error is on the line: quadrados = (desvio_qualquer * desvio_qualquer); Error: Cannot Convert Float* to Float #include <iostream> #include <string.h> #include <sstream> #include…
c++asked Henrique Melo 73