I posted the wrong code. Below is the correct version. This has the same problem.
#include <iostream>
#include <cmath>
#include <complex>
#include <iomanip>
using namespace std;
void main()
{
//assigning constants and initializing
double conversion_factor=0.00194032;
double...
I am new to C++ and havn't used C in quite a while. I am trying to complie the code listed below. When I compile the code I get a compiler error that says "C2666: 7 overloads have similar conversions" I am using MS Visual C++.NET. If I click on the error it takes me to the pow() function in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.