User profile: Mike5424

User info
User name:Mike5424
Name:Mike5424
History
Joined:
Number of posts:17
Latest posts:

char releasing weird symbols and strings not working
Ah, I've encountered this one before, basically pow doesn't actually have an overload with 2 integer...

char releasing weird symbols and strings not working
It 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 working
I 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 working
This will hopefully help: https://ideone.com/2kcDAL There are some issues with this you may want to...