Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spamdogg

    pow() trouble in MS visual C++.NET

    Thanks for the info. It worked! I will remember to use the cod tags next time.
  2. spamdogg

    pow() trouble in MS visual C++.NET

    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...
  3. spamdogg

    pow() trouble in MS visual C++.NET

    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...

Part and Inventory Search

Back
Top