Posts by Mateus Buarque • 121 points
2 posts
-
2
votes1
answer90
viewsQ: File build error . cpp using Mingw
Today I reinstalled Mingw and set it up again, I tried it several times with some programs in c++ and it was working fine, but now I try to create new programs and when I will compile using the…
-
0
votes2
answers19135
viewsA: Syntax = Invalid Syntax for variable name
The potentiation operator in Python is not " ", but "**" or Pow (x, y) if you want to use the Math library function.