char releasing weird symbols and strings not workingAh, I've encountered this one before, basically pow doesn't actually have an overload with 2 integer...
char releasing weird symbols and strings not workingIt compiled fine for me, what error is your compiler giving? Are you sure it's a problem with pow an...
char releasing weird symbols and strings not workingI think you should review what it is your code is doing. d is the coefficient of the first term to t...
Fixed Pathagorean Theorm Thanks!I think you misunderstand what "cin >> a" means, it doesn't mean that the user has input "a" but ask...
char releasing weird symbols and strings not workingThis will hopefully help: https://ideone.com/2kcDAL There are some issues with this you may want to...